From 133c82790e1ea46e371d278a4c6664155d9f403c Mon Sep 17 00:00:00 2001 From: Dariusz Niemczyk Date: Sun, 13 Apr 2025 19:58:52 +0200 Subject: [PATCH] fix: revert sections height --- src/globals.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/globals.css b/src/globals.css index 7d3c4f1..0e08f62 100644 --- a/src/globals.css +++ b/src/globals.css @@ -156,12 +156,7 @@ z-index: 10000; } -/* Allow to scroll past the last section, needed for fragment-directed navigation. */ -section#contact { - min-height: 100vh; -} - /* Fix scrolling to section by fragment, making sure it shows in the right spot and not behind the navbar. */ section { scroll-margin-top: calc(var(--spacing) * 16 + var(--spacing) * 4); -} \ No newline at end of file +}