From: Kevin Decherf Date: Sun, 15 Oct 2017 21:56:34 +0000 (+0200) Subject: Fix non-centered login form X-Git-Tag: 2.3.0~31^2~4^2~2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=ef7f187fa8aa18acf68750e5539ccceb524ab598;p=github%2Fwallabag%2Fwallabag.git Fix non-centered login form Fixes #3343 Signed-off-by: Kevin Decherf --- diff --git a/app/Resources/static/themes/material/css/media_queries.scss b/app/Resources/static/themes/material/css/media_queries.scss index 08c2d8ab..36d79a45 100644 --- a/app/Resources/static/themes/material/css/media_queries.scss +++ b/app/Resources/static/themes/material/css/media_queries.scss @@ -4,7 +4,7 @@ @media only screen and (min-width: 992px) { nav, - body:not(.entry) main, + body:not(.entry):not(.login) main, footer { padding-left: 240px; }