From 3178dd62dc935a8d82230614fe6ddebd5db00b5d Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 31 Jul 2024 22:05:17 +0200 Subject: [PATCH] styles: Make header section less awkward on narrow screens --- src/styles/global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/global.css b/src/styles/global.css index 20b0a6d..e8e77f3 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -164,7 +164,7 @@ a { position: relative; display: flex; align-items: center; - padding: 80px 20px 0 20px; + padding: 80px 20px 80px 20px; flex-direction: column; } @@ -176,7 +176,7 @@ a { } .hero_single { - min-height: 450px; + min-height: 370px; } }