diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-01-12 16:09:56 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-01-12 16:09:56 -0500 |
| commit | 3d0de1cf6b07fb91891f1a9f53c14542064ab26a (patch) | |
| tree | 8672b85e3eb8d0ac829988d5b824fd109829723c /style.css | |
| parent | 1088d89a49150372fa2ca78db1f655969055c257 (diff) | |
| download | resume-coop.zip | |
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -12,7 +12,8 @@ body { width: var(--linewid); - margin: .25in auto; + margin: 0 auto; + padding-top: .25in; } /* Typeface */ @@ -61,6 +62,7 @@ a { font-size: 1.6em; text-align: center; text-transform: capitalize; + margin-top: .6em; } h1 { |