]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
fix #1314: change max-width in material theme 1325/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Wed, 12 Aug 2015 11:26:49 +0000 (13:26 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Wed, 12 Aug 2015 11:26:49 +0000 (13:26 +0200)
src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css

index 25ec0bfcbdc0027420b3f9ce4bd799028f3fba24..bf7e667ec1b940e2e443eea04a02716c4eabb7e3 100755 (executable)
@@ -188,7 +188,7 @@ main ul.row {
 #article {
     font-size: 20px;
     margin: 0px auto;
-    max-width: 30em;
+    max-width: 40em;
 }
 
 .reader-mode {
@@ -268,4 +268,4 @@ main ul.row {
     .nb-results {
         display: none;
     }
-}
\ No newline at end of file
+}