aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-06 16:32:09 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-06 16:32:09 +0200
commit1598d132481b31aa75cab7b0e0b50c1ad050550b (patch)
tree28cee392ec552d12614fc7f1386491ce4967c57c /app
parentfbfeb200626cc1f985d3246be35a6b00a4ed89d5 (diff)
downloadwallabag-1598d132481b31aa75cab7b0e0b50c1ad050550b.tar.gz
wallabag-1598d132481b31aa75cab7b0e0b50c1ad050550b.tar.zst
wallabag-1598d132481b31aa75cab7b0e0b50c1ad050550b.zip
Enhanced article display
Fixes #4153
Diffstat (limited to 'app')
-rw-r--r--app/Resources/static/themes/material/css/article.scss4
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;