diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2020-04-06 16:32:09 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2020-04-06 16:32:09 +0200 |
commit | 1598d132481b31aa75cab7b0e0b50c1ad050550b (patch) | |
tree | 28cee392ec552d12614fc7f1386491ce4967c57c /app/Resources | |
parent | fbfeb200626cc1f985d3246be35a6b00a4ed89d5 (diff) | |
download | wallabag-1598d132481b31aa75cab7b0e0b50c1ad050550b.tar.gz wallabag-1598d132481b31aa75cab7b0e0b50c1ad050550b.tar.zst wallabag-1598d132481b31aa75cab7b0e0b50c1ad050550b.zip |
Enhanced article display
Fixes #4153
Diffstat (limited to 'app/Resources')
-rw-r--r-- | app/Resources/static/themes/material/css/article.scss | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ | |||
5 | #article { | 5 | #article { |
6 | font-size: 20px; | 6 | font-size: 20px; |
7 | margin: 0 auto; | 7 | margin: 0 auto; |
8 | padding-bottom: 80px; | ||
9 | max-width: 45em; | 8 | max-width: 45em; |
9 | padding: 5px 20px; | ||
10 | background-color: #fff; | ||
11 | box-shadow: 0 0 10px #ccc; | ||
10 | 12 | ||
11 | article { | 13 | article { |
12 | color: #424242; | 14 | color: #424242; |