From d26cb9834af62039ff2425bfa788c1596dd9bf2f Mon Sep 17 00:00:00 2001 From: SondreB Date: Tue, 8 Oct 2024 22:57:34 +0200 Subject: [PATCH] Minor tuning for better responsiveness --- docs/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.html b/docs/index.html index e8bbc0f..728f9e6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -110,12 +110,12 @@ .hero { text-align: center; - min-height: 500px; - height: calc(100vh - 80px - 60px); + min-height: 400px; + height: calc(100vh - 80px - 80px); display: flex; justify-content: center; flex-direction: column; - margin-bottom: 60px; + margin-bottom: 80px; color: var(--section-text-color); } @@ -460,7 +460,7 @@ } main { - padding: 5px; + padding: 10px; } h1 {