summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/style.css b/style.css
index a5f29b7..d8b25be 100644
--- a/style.css
+++ b/style.css
@@ -39,7 +39,7 @@ header p {
}
.section {
- margin-top: .15in;
+ margin-top: .1in;
}
.subsection {
@@ -91,6 +91,12 @@ table {
text-align: left;
}
+sup { /* keep line height consistent */
+ vertical-align: top;
+ position: relative;
+ top: -.25em;
+}
+
.columns-2 {
display: flex;
width: 100%;