diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-01-12 14:12:51 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-01-12 14:12:51 -0500 |
| commit | 0990c6989b2627af8683b73ec0fe362350af9f0b (patch) | |
| tree | a1a27c235e45e40f21d3fea8f65c9ffbd6068bbf /style.css | |
| parent | 4846a4d2aaa3db8407320e5c92c8972a01e3e25a (diff) | |
| download | resume-0990c6989b2627af8683b73ec0fe362350af9f0b.zip | |
alignment and spacing
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -26,7 +26,7 @@ body { /* Body text spacing */ body { - line-height: 1.35em; + line-height: 1.4em; } header { @@ -47,9 +47,9 @@ header p { } p { - text-align: justify; + text-align: left; text-justify: inter-word; - margin-bottom: .4em; + margin-bottom: .5em; } a { |