aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/public
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-12 13:26:49 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-12 13:26:49 +0200
commitb69fc0628ad8bf9aa9d4ae94da5f6c3eab1677db (patch)
treef8b0ff451ec357fa5b5450bf74aacb11be49a337 /src/Wallabag/CoreBundle/Resources/views/themes/material/public
parenta15692b1b736a6a1d3c50a5daffe08c16e6cc93b (diff)
downloadwallabag-b69fc0628ad8bf9aa9d4ae94da5f6c3eab1677db.tar.gz
wallabag-b69fc0628ad8bf9aa9d4ae94da5f6c3eab1677db.tar.zst
wallabag-b69fc0628ad8bf9aa9d4ae94da5f6c3eab1677db.zip
fix #1314: change max-width in material theme
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/public')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
index 25ec0bfc..bf7e667e 100755
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
@@ -188,7 +188,7 @@ main ul.row {
188#article { 188#article {
189 font-size: 20px; 189 font-size: 20px;
190 margin: 0px auto; 190 margin: 0px auto;
191 max-width: 30em; 191 max-width: 40em;
192} 192}
193 193
194.reader-mode { 194.reader-mode {
@@ -268,4 +268,4 @@ main ul.row {
268 .nb-results { 268 .nb-results {
269 display: none; 269 display: none;
270 } 270 }
271} \ No newline at end of file 271}