guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: website: blog: Increase inter-line spacing for articles.


From: Ludovic Courtès
Subject: 02/02: website: blog: Increase inter-line spacing for articles.
Date: Thu, 21 Dec 2017 08:41:40 -0500 (EST)

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

commit 4da111118141c7067d797cf3bd068285d6566449
Author: Ludovic Courtès <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]