Compare commits

...

2 Commits

Author SHA1 Message Date
4512a6a1bf Merge pull request 'fix: Fixed nearly unclickable logo in mobile view.' (#115) from #111_logo_mobil_unklickbar into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #115
2022-07-24 12:28:11 +02:00
4181a9b1a8 fix: Fixed nearly unclickable logo in mobile view.
All checks were successful
continuous-integration/drone/pr Build is passing
2022-07-24 12:20:56 +02:00

View File

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