diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-01-20 19:35:26 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-01-20 19:35:26 -0500 |
| commit | 119de996ed371c56986622c4a6905be3ba3683ae (patch) | |
| tree | 0abf952e919be25f0d38d28f7a2179313a391e2e /style.css | |
| parent | 6f61b9890e7a8978f7fac74200f26b9e05f79461 (diff) | |
| download | resume-119de996ed371c56986622c4a6905be3ba3683ae.zip | |
spacing
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -50,11 +50,7 @@ header>div:last-child { text-align: right; } -header p { - margin: 0; -} - -p { +main p { margin-bottom: var(--parspace); } @@ -74,12 +70,12 @@ h1 { font-weight: var(--medium-weight); font-size: 1.1em; letter-spacing: .07em; - margin-bottom: .4em; + margin-bottom: .2em; } h2 { margin-top: .5em; - margin-bottom: .2em; + margin-bottom: .15em; } h3 { @@ -107,7 +103,7 @@ ul { li { padding-left: 1.5em; position: relative; - margin-bottom: .15em; + margin-bottom: .2em; } li::before { |