diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-01-12 14:08:08 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-01-12 14:08:08 -0500 |
| commit | 4846a4d2aaa3db8407320e5c92c8972a01e3e25a (patch) | |
| tree | fad561faaa766a320fda2599cf386b69b905c469 /style.css | |
| parent | b09c58ccd828e0fb9bad48a4012177fa5b572ead (diff) | |
| download | resume-4846a4d2aaa3db8407320e5c92c8972a01e3e25a.zip | |
skills and projects
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 41 |
1 files changed, 33 insertions, 8 deletions
@@ -5,12 +5,13 @@ } :root { - --col1wid: 1.65in; - --col2wid: 4in; + --linewid: 7in; + --col1wid: 1.5in; + --col2wid: 4.15in; } body { - width: 7in; + width: var(--linewid); margin: .25in auto; } @@ -20,6 +21,7 @@ body { font-family: 'IBM Plex Serif', sans-serif; font-kerning: normal; text-rendering: optimizeLegibility; + color: #000; } /* Body text spacing */ @@ -31,33 +33,52 @@ header { margin-bottom: 1em; } -header table { +header p { margin: 0 auto; + text-align: center; } .section { - margin-top: 1rem; + margin-top: .15in; +} + +.subsection { + margin-top: .05in; } p { + text-align: justify; + text-justify: inter-word; margin-bottom: .4em; } +a { + text-decoration: none; + color: #000; +} + .title { - font-size: 1.5em; + font-size: 1.6em; text-align: center; text-transform: capitalize; } h1 { - font-size: 1.07em; font-family: 'IBM Plex Serif Medium', sans-serif; + font-size: 1.07em; letter-spacing: .07em; - margin-bottom: .2em; + margin-bottom: .4em; } h2 { + margin-top: .6em; +} + +h2, h3 { + font-family: 'IBM Plex Serif Text', sans-serif; font-size: 1.05em; + letter-spacing: .02em; + margin-bottom: .2em; } hr { @@ -104,3 +125,7 @@ table { margin-left: auto; text-align: right; } + +.url { + letter-spacing: .05em; +} |