From 19ccbe90f437902459b5b79f007a7e3f2913ef5a Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 25 Jul 2022 09:26:50 -0500 Subject: Fix spacing --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 3951312..3d90bd1 100644 --- a/style.css +++ b/style.css @@ -42,6 +42,11 @@ header { flex-flow: row wrap; align-items: baseline; justify-content: space-between; + margin-bottom: 1ch; +} + +h2 { + margin: 0; } time { @@ -58,6 +63,9 @@ nav, footer { font-size: 80%; text-align: right; +} + +#last-update, footer { flex-grow: 1; } -- cgit 1.4.1-21-gabe81