aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/article.scss
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-06 18:00:36 +0200
committerGitHub <noreply@github.com>2020-04-06 18:00:36 +0200
commit4d3478ec5306be248149e4f12c16cc112d5cb11b (patch)
treebd94b65737121e0a52581ba29ca0005007520722 /app/Resources/static/themes/material/css/article.scss
parenta0cb41c5098902c883a3dc95917fc074a64f42c3 (diff)
parent1598d132481b31aa75cab7b0e0b50c1ad050550b (diff)
downloadwallabag-4d3478ec5306be248149e4f12c16cc112d5cb11b.tar.gz
wallabag-4d3478ec5306be248149e4f12c16cc112d5cb11b.tar.zst
wallabag-4d3478ec5306be248149e4f12c16cc112d5cb11b.zip
Merge pull request #4317 from wallabag/enhance-article-display
Enhanced article display
Diffstat (limited to 'app/Resources/static/themes/material/css/article.scss')
-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;