From 1954ed03fc56b03532b3768719aa1fcb6307e132 Mon Sep 17 00:00:00 2001 From: Benno Tielen Date: Thu, 16 Jul 2026 15:48:39 +0200 Subject: [PATCH] fix: z-index --- src/components/Banner/styles.module.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/Banner/styles.module.scss b/src/components/Banner/styles.module.scss index 8fb02f7..0d997df 100644 --- a/src/components/Banner/styles.module.scss +++ b/src/components/Banner/styles.module.scss @@ -14,7 +14,6 @@ .logo { position: absolute; - z-index: 1; bottom: 20px; left: 30px; } @@ -24,7 +23,6 @@ color: $white; font-family: var(--header-font); position: absolute; - z-index: 1; bottom: 50px; right: 0; width: 50vw;