fix: z-index

This commit is contained in:
Benno Tielen 2026-07-16 15:48:39 +02:00
parent fd4aab561b
commit 1954ed03fc

View file

@ -14,7 +14,6 @@
.logo { .logo {
position: absolute; position: absolute;
z-index: 1;
bottom: 20px; bottom: 20px;
left: 30px; left: 30px;
} }
@ -24,7 +23,6 @@
color: $white; color: $white;
font-family: var(--header-font); font-family: var(--header-font);
position: absolute; position: absolute;
z-index: 1;
bottom: 50px; bottom: 50px;
right: 0; right: 0;
width: 50vw; width: 50vw;