diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-01-12 15:01:44 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-01-12 15:01:44 -0500 |
| commit | e75cf86f4c7083356e03c306425147f411950d8a (patch) | |
| tree | 6179615740aff46cb00e838a0373754a87f31b6d /style.css | |
| parent | c094f211df1ec5fcafb0253d7f66ed3dbe2527e2 (diff) | |
| download | resume-e75cf86f4c7083356e03c306425147f411950d8a.zip | |
c-core
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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%; |