diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-01-20 19:22:53 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-01-20 19:22:53 -0500 |
| commit | 6f61b9890e7a8978f7fac74200f26b9e05f79461 (patch) | |
| tree | 277d4e2eb83ab15422e9235ee2d91b44ba5bfd03 | |
| parent | 8774c262d7bffde4d0366ef923553121a5d2e15f (diff) | |
| download | resume-6f61b9890e7a8978f7fac74200f26b9e05f79461.zip | |
increase header margin
| -rw-r--r-- | style.css | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -22,7 +22,7 @@ body { background: #fff; width: var(--linewid); margin: 0 auto; - padding: .3in .5em; + padding: .35in .5em; } /* Typeface */ @@ -30,16 +30,12 @@ body { font-size: 12pt; font-family: 'IBM Plex Serif', sans-serif; font-weight: var(--regular-weight); + line-height: 1.35em; font-kerning: normal; text-rendering: optimizeLegibility; color: #000; } -/* Body text spacing */ -body { - line-height: 1.35em; -} - header { display: flex; justify-content: space-between; |