diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-01-20 17:25:49 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-01-20 17:25:49 -0500 |
| commit | abb6f4594f411e0a6bf959f2d0c36f4f527adc69 (patch) | |
| tree | a24150adccab53a0a4f09909fbfa581650551e96 /style.css | |
| parent | dd985da30853cc2109ee7995a18192d6f4717bde (diff) | |
| download | resume-abb6f4594f411e0a6bf959f2d0c36f4f527adc69.zip | |
add location and website to header
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 21 |
1 files changed, 14 insertions, 7 deletions
@@ -38,12 +38,21 @@ body { } header { - margin-bottom: 1em; + display: flex; + justify-content: space-between; + margin-bottom: 2em; +} + +header>div:first-child, header>div:last-child { + flex: 1; +} + +header>div:last-child { + text-align: right; } header p { - margin: 0 auto; - text-align: center; + margin: 0; } .section { @@ -55,8 +64,6 @@ header p { } p { - text-align: left; - text-justify: inter-word; margin-bottom: .5em; } @@ -66,10 +73,10 @@ a { } .title { - font-size: 1.6em; + font-size: 1.7em; text-align: center; text-transform: capitalize; - margin-top: .6em; + margin: 0; } h1 { |