From dfd821dcfb2ad0eb59dcddbd5130e09fd26bc781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 13 Jun 2017 16:52:14 +0200 Subject: Removed padding on entry view --- app/Resources/static/themes/material/css/layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Resources/static/themes/material/css/layout.scss b/app/Resources/static/themes/material/css/layout.scss index 8b8b06e6..ed32f125 100755 --- a/app/Resources/static/themes/material/css/layout.scss +++ b/app/Resources/static/themes/material/css/layout.scss @@ -19,7 +19,7 @@ body { } nav, -main, +body:not(.entry) main, footer { padding-left: 240px; } -- cgit v1.2.3