summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-01-12 15:01:44 -0500
committerSam Anthony <sam@samanthony.xyz>2026-01-12 15:01:44 -0500
commite75cf86f4c7083356e03c306425147f411950d8a (patch)
tree6179615740aff46cb00e838a0373754a87f31b6d /style.css
parentc094f211df1ec5fcafb0253d7f66ed3dbe2527e2 (diff)
downloadresume-e75cf86f4c7083356e03c306425147f411950d8a.zip
c-core
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%;