From 580ea8ac7dda180980c575b9a6533c4a15fb7eb9 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Jun 05 2017 02:42:08 +0000 Subject: increase the line-height of headings in posts Previously, if a heading (h1, h2, etc) spread over more that one line, the line spacing was pretty tight and looked aweful. This commit increases the line-height of headings in posts to 1.2em --- diff --git a/fedoramagazine/style.css b/fedoramagazine/style.css index dc46eaa..2cc5847 100644 --- a/fedoramagazine/style.css +++ b/fedoramagazine/style.css @@ -1507,6 +1507,7 @@ a.post-nav-next:hover { background-image: url(images/icons/1x/next-c.png); } font-family: 'Roboto Slab', sans-serif; font-weight: 700; color: #333; + line-height: 1.2em; } .post-content h1 { font-size: 2em; }