From abb6f4594f411e0a6bf959f2d0c36f4f527adc69 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Tue, 20 Jan 2026 17:25:49 -0500 Subject: add location and website to header --- style.css | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index d54affa..1d78088 100644 --- a/style.css +++ b/style.css @@ -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 { -- cgit v1.2.3