summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/typography.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/typography.scss')
-rw-r--r--app/assets/stylesheets/typography.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/typography.scss b/app/assets/stylesheets/typography.scss
index 651eebf..6cf1d63 100644
--- a/app/assets/stylesheets/typography.scss
+++ b/app/assets/stylesheets/typography.scss
@@ -6,6 +6,10 @@
}
}
+.topgap {
+ margin-top: 0.5em;
+}
+
//
// make headings and paragraphs that are at the top of the page fit more snugly against the top.
//
@@ -30,4 +34,4 @@ p.first {
font-size: 140%;
line-height: 140%;
margin: 20px 0;
-} \ No newline at end of file
+}