fix: revert sections height
Some checks failed
/ deploy (push) Failing after 2s

This commit is contained in:
Dariusz Niemczyk 2025-04-13 19:58:52 +02:00
parent 79feb340cd
commit 133c82790e
No known key found for this signature in database

View file

@ -156,12 +156,7 @@
z-index: 10000; 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. */ /* Fix scrolling to section by fragment, making sure it shows in the right spot and not behind the navbar. */
section { section {
scroll-margin-top: calc(var(--spacing) * 16 + var(--spacing) * 4); scroll-margin-top: calc(var(--spacing) * 16 + var(--spacing) * 4);
} }