From 8b32633d0efcc350758a7f5d30ef86a738892776 Mon Sep 17 00:00:00 2001 From: Patrik Freij Date: Mon, 22 Jul 2024 23:25:27 +0200 Subject: [PATCH] Resolve height being able to collapse hero --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 5df1645..f762566 100644 --- a/index.html +++ b/index.html @@ -73,7 +73,7 @@ .section--hero { display: grid; - height: 100dvh; + min-height: 100dvh; border-radius: 0.2em; color: var(--default-alternate-color); background: var(--primary-color);