guix-commits
[Top][All Lists]
Advanced

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

01/01: website: css: Add 'line-height' for headings.


From: Ludovic Courtès
Subject: 01/01: website: css: Add 'line-height' for headings.
Date: Thu, 21 Dec 2017 09:32:07 -0500 (EST)

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

commit 62e8c3d9acbac72c28ab0d87ebc56be4c2edddd6
Author: Ludovic Courtès <address@hidden>
Date:   Thu Dec 21 15:29:06 2017 +0100

    website: css: Add 'line-height' for headings.
    
    This is a followup to 4da111118141c7067d797cf3bd068285d6566449, which
    led to overly small inter-line space in headings.
    
    * website/static/base/css/page.css (h5, h2, h3): Add 'line-height'.
---
 website/static/base/css/page.css | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/website/static/base/css/page.css b/website/static/base/css/page.css
index 5377d17..eff3e26 100644
--- a/website/static/base/css/page.css
+++ b/website/static/base/css/page.css
@@ -6,18 +6,21 @@ h3,
 h4,
 h5 {
     color: #4D4D4D;
+    line-height: 1.2em;
 }
 
 h2 {
     font-size: 2.5em;
     text-align: center;
+    line-height: 1.2em;
 }
 
 h3 {
     font-size: 1.5em;
+    line-height: 1.2em;
 }
 
 .page {
     background-color: white;
     padding: 50px 20px;
-}
\ No newline at end of file
+}



reply via email to

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