diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-02-05 16:57:39 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-02-05 16:57:39 -0500 |
| commit | 37c83d32aec28b0531ead311eccf22a504462282 (patch) | |
| tree | 14f87e00f48fa09476b74ca860562ac980a3137d /style.css | |
| parent | 7e57291b029795cf4993cfcb56fb0b2053f46ccd (diff) | |
| download | resume-37c83d32aec28b0531ead311eccf22a504462282.zip | |
describe gauge driver project
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,7 +27,7 @@ body { /* Typeface */ body { - font-size: 12pt; + font-size: 11.5pt; font-family: 'IBM Plex Serif', sans-serif; font-weight: var(--regular-weight); line-height: 1.35em; @@ -60,7 +60,7 @@ a { } .title { - font-size: 1.7em; + font-size: 1.8em; text-align: center; text-transform: capitalize; margin: 0; |