civodul pushed a commit to branch master
in repository guix-artwork.

commit 4da111118141c7067d797cf3bd068285d6566449
Author: Ludovic Courtès <l...@gnu.org>
Date:   Thu Dec 21 14:26:32 2017 +0100

    website: blog: Increase inter-line spacing for articles.
    
    * website/static/blog/css/post.css (article): New item.
---
 website/static/blog/css/post.css | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/website/static/blog/css/post.css b/website/static/blog/css/post.css
index 5c1c840..29d4c1a 100644
--- a/website/static/blog/css/post.css
+++ b/website/static/blog/css/post.css
@@ -16,6 +16,10 @@ video {
     max-width: 100%;
 }
 
+article {
+    line-height: 1.4em;
+}
+
 .post-metadata {
     color: #4D4D4D;
     margin-bottom: 50px;
@@ -28,4 +32,4 @@ video {
 .tag-list p {
     font-weight: bold;
     margin-bottom: 30px;
-}
\ No newline at end of file
+}

Reply via email to