From c0934e582606ce3d4ba985080f1dc8660310bf0f Mon Sep 17 00:00:00 2001 From: muli Date: Sun, 4 Jun 2023 22:20:39 +0200 Subject: [PATCH] fix: Logo auf Telefonen nicht klickbar. --- assets/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index cbd186b..5d207a0 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1701,6 +1701,10 @@ footer { justify-content: center; } + .header__logo_box { + z-index: 41; + } + .header__bg_box { background-image: none; }