diff options
author | Kevin Decherf <kevin@kdecherf.com> | 2016-11-20 20:27:45 +0100 |
---|---|---|
committer | Kevin Decherf <kevin@kdecherf.com> | 2016-11-25 13:39:49 +0100 |
commit | 5ea90fa8b994dcc20738576261702183c0175907 (patch) | |
tree | 854c216feabce41e846e1dce6e6929c836fc632b /app/Resources/static/themes/material | |
parent | 7470a2f36ab9c66176855affa9788e2dca8978e2 (diff) | |
download | wallabag-5ea90fa8b994dcc20738576261702183c0175907.tar.gz wallabag-5ea90fa8b994dcc20738576261702183c0175907.tar.zst wallabag-5ea90fa8b994dcc20738576261702183c0175907.zip |
Material: increase max width of article on large screens
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to 'app/Resources/static/themes/material')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index ffccb498..86dab6bf 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -600,7 +600,7 @@ a.original { | |||
600 | #article { | 600 | #article { |
601 | font-size: 20px; | 601 | font-size: 20px; |
602 | margin: 0 auto; | 602 | margin: 0 auto; |
603 | max-width: 40em; | 603 | max-width: 45em; |
604 | } | 604 | } |
605 | 605 | ||
606 | #article article { | 606 | #article article { |