diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-01-20 19:18:38 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-01-20 19:18:38 -0500 |
| commit | 8774c262d7bffde4d0366ef923553121a5d2e15f (patch) | |
| tree | 7baeecba730d14abae087379fe6a1c83be16a7a9 /style.css | |
| parent | 8ab8409215c71e083082934aa86a00cb225e0c9d (diff) | |
| download | resume-8774c262d7bffde4d0366ef923553121a5d2e15f.zip | |
c-core
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -22,7 +22,7 @@ body { background: #fff; width: var(--linewid); margin: 0 auto; - padding: .25in .5em; + padding: .3in .5em; } /* Typeface */ @@ -37,13 +37,13 @@ body { /* Body text spacing */ body { - line-height: 1.375em; + line-height: 1.35em; } header { display: flex; justify-content: space-between; - margin-bottom: 2em; + margin-bottom: .2in; } header>div:first-child, header>div:last-child { @@ -82,14 +82,18 @@ h1 { } h2 { - margin-top: .6em; + margin-top: .5em; + margin-bottom: .2em; +} + +h3 { + margin-bottom: .3em; } h2, h3 { font-weight: var(--text-weight); font-size: 1.1em; - letter-spacing: .02em; - margin-bottom: .3em; + letter-spacing: .01em; } hr { @@ -102,12 +106,12 @@ ul { margin: 0; padding: 0; list-style: none; - margin-bottom: var(--parspace); } li { padding-left: 1.5em; position: relative; + margin-bottom: .15em; } li::before { |