From b69fc0628ad8bf9aa9d4ae94da5f6c3eab1677db Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 12 Aug 2015 13:26:49 +0200 Subject: [PATCH] fix #1314: change max-width in material theme --- .../Resources/views/themes/material/public/css/main.css | 4 ++-- 1 file 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 { #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 +} -- 2.41.0