style: reduce header padding from 8 to 4 units for more compact layout

This commit is contained in:
2025-10-23 16:38:25 +02:00
parent 9b3c620706
commit 644bb34419

View File

@@ -6,7 +6,7 @@ export function Header() {
return (
<header>
<nav>
<Container className="relative z-50 flex justify-between py-8">
<Container className="relative z-50 flex justify-between py-4">
<div className="relative z-10 flex items-center gap-16">
<Link to="/" aria-label="Home">
<img src="/src/images/logomark.svg" alt="Mycelium" className="h-10 w-auto" />