From 1598d132481b31aa75cab7b0e0b50c1ad050550b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 6 Apr 2020 16:32:09 +0200 Subject: Enhanced article display Fixes #4153 --- app/Resources/static/themes/material/css/article.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/Resources') diff --git a/app/Resources/static/themes/material/css/article.scss b/app/Resources/static/themes/material/css/article.scss index 755372c9..a1c6810e 100644 --- a/app/Resources/static/themes/material/css/article.scss +++ b/app/Resources/static/themes/material/css/article.scss @@ -5,8 +5,10 @@ #article { font-size: 20px; margin: 0 auto; - padding-bottom: 80px; max-width: 45em; + padding: 5px 20px; + background-color: #fff; + box-shadow: 0 0 10px #ccc; article { color: #424242; -- cgit v1.2.3