From: Kevin Decherf Date: Sun, 20 Nov 2016 19:27:45 +0000 (+0100) Subject: Material: increase max width of article on large screens X-Git-Tag: 2.2.0~3^2~44^2~6 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=5ea90fa8b994dcc20738576261702183c0175907 Material: increase max width of article on large screens Signed-off-by: Kevin Decherf --- 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 { #article { font-size: 20px; margin: 0 auto; - max-width: 40em; + max-width: 45em; } #article article {