]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/article.scss
Enhanced article display
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / article.scss
index 755372c9556e389fd9c8f5a98662ed45858179a1..a1c6810e110346f798d274a2967cf1864c89e1ff 100644 (file)
@@ -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;