aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-06-13 16:52:14 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2017-06-13 16:52:14 +0200
commitdfd821dcfb2ad0eb59dcddbd5130e09fd26bc781 (patch)
tree98f8fa1724158d41f08a184f6e33a3f72f4b5e2b
parent4dc9fb705f06dc16c62f9546611722ca47c3b13b (diff)
downloadwallabag-dfd821dcfb2ad0eb59dcddbd5130e09fd26bc781.tar.gz
wallabag-dfd821dcfb2ad0eb59dcddbd5130e09fd26bc781.tar.zst
wallabag-dfd821dcfb2ad0eb59dcddbd5130e09fd26bc781.zip
Removed padding on entry view
-rwxr-xr-xapp/Resources/static/themes/material/css/layout.scss2
1 files changed, 1 insertions, 1 deletions
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 {
19} 19}
20 20
21nav, 21nav,
22main, 22body:not(.entry) main,
23footer { 23footer {
24 padding-left: 240px; 24 padding-left: 240px;
25} 25}