aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/layout.scss
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-06-13 17:54:06 +0200
committerGitHub <noreply@github.com>2017-06-13 17:54:06 +0200
commitf93a3109a5f0999dbbd69131c9e5041c390120c9 (patch)
treeb8783f44df854428bb0327b8130232e9bf76f160 /app/Resources/static/themes/material/css/layout.scss
parent4dc9fb705f06dc16c62f9546611722ca47c3b13b (diff)
parent6cc1d32454c0dae25329596a513d42500fd89767 (diff)
downloadwallabag-f93a3109a5f0999dbbd69131c9e5041c390120c9.tar.gz
wallabag-f93a3109a5f0999dbbd69131c9e5041c390120c9.tar.zst
wallabag-f93a3109a5f0999dbbd69131c9e5041c390120c9.zip
Merge pull request #3220 from wallabag/remove-padding
Removed padding on entry view
Diffstat (limited to 'app/Resources/static/themes/material/css/layout.scss')
-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}