From ff7942bc6f3833d07b2875a864ac68c0a7cc4d38 Mon Sep 17 00:00:00 2001 From: adam <56338480+adastx@users.noreply.github.com> Date: Sat, 27 Aug 2022 22:26:16 +0200 Subject: Deleted footer flexbox, minor CSS --- dst/styles/style.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'dst/styles') diff --git a/dst/styles/style.css b/dst/styles/style.css index 547f640..848f946 100644 --- a/dst/styles/style.css +++ b/dst/styles/style.css @@ -10,15 +10,14 @@ body { header { margin-top: 1em; font-size: 2em; + color: #888; } footer { - margin-top: 2em; - margin-bottom: 1em; + margin-top: 3em; + margin-bottom: 1.5em; text-align: center; -} - -header, footer { + font-size: 0.95em; color: #888; } -- cgit v1.2.3-70-g09d2