From 671cef4374706bc3839cd4c3d076cb6367beaf2c Mon Sep 17 00:00:00 2001 From: videogame hacker Date: Tue, 26 Sep 2023 06:11:18 +0100 Subject: [PATCH] Tweak the main layout --- static/css/main-layout.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/main-layout.css b/static/css/main-layout.css index c0866d5..347313d 100644 --- a/static/css/main-layout.css +++ b/static/css/main-layout.css @@ -35,9 +35,9 @@ header { justify-content: space-between; align-items: center; - padding-bottom: 0.5em; border-bottom: 1px dashed #444; - margin-bottom: 0.5em; + padding-bottom: 1em; + margin-bottom: 1em; } header > * { @@ -55,7 +55,7 @@ footer { } .hero-image { - height: 8rem; + height: 6rem; border-radius: 8px; }