]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
fix #1314: change max-width in material theme
[github/wallabag/wallabag.git] / 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
+}