Use Bootstrap's default for line height.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Sat, 21 Apr 2018 22:45:11 +0000 (18:45 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Sat, 21 Apr 2018 22:45:11 +0000 (18:45 -0400)
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.

django/media/css/main.css

index b456b6d73e4e32665f3f0c17b73e7eef22da25bf..a9c71bca51d9a36fc49c309cfc8769de9ca8197c 100644 (file)
@@ -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 {
@@ -459,6 +458,7 @@ ul.bold {
 .pg-shout-box {
     background-color: #336791;
     font-weight: 600;
+    padding-bottom: 0.2rem;
 }
 
 .pg-shout-box a {