fix: Fixed nearly unclickable logo in mobile view. #115

Merged
muli merged 1 commits from #111_logo_mobil_unklickbar into main 2022-07-24 12:28:12 +02:00
1 changed files with 6 additions and 0 deletions

View File

@ -225,6 +225,12 @@ header {
grid-row: 1 / span 1;
}
.header__homelink {
display: inline-block;
position: relative;
z-index: 1;
}
.header__button,
.content__button,
.claim__button,