fix: Logo auf Telefonen nicht klickbar.

This commit is contained in:
muli 2023-06-04 22:20:39 +02:00
parent 88de90eb99
commit c0934e5826
1 changed files with 4 additions and 0 deletions

View File

@ -1701,6 +1701,10 @@ footer {
justify-content: center;
}
.header__logo_box {
z-index: 41;
}
.header__bg_box {
background-image: none;
}