From f235a2ffd3ebf4549f76d5c46ce7c1e37e742750 Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Sat, 21 Apr 2018 20:09:02 -0400 Subject: [PATCH] Use Bootstrap's default for line height. This will help to bring more content "above-the-fold" and in particular help with the scrollability of pages that tend to have much more content, e.g. mail archives. --- media/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media/css/main.css b/media/css/main.css index 4474edab..2a255027 100644 --- a/media/css/main.css +++ b/media/css/main.css @@ -24,8 +24,7 @@ body { font-weight: 400; color: #515151; font-size: 11.5pt; - line-height: 1.8rem; - padding-top: 60px; /** this is to account for the fixed navbar blocking content */ + padding-top: 54px; /** this is to account for the fixed navbar blocking content */ } p { @@ -463,6 +462,7 @@ ul.bold { .pg-shout-box { background-color: #336791; font-weight: 600; + padding-bottom: 0.2rem; } .pg-shout-box a { -- 2.39.5