Skip to content

Commit

Permalink
Remove alternative-logo padding
Browse files Browse the repository at this point in the history
It causes layout issues on iOS safari.
  • Loading branch information
Tritlo authored May 5, 2024
1 parent de64b89 commit 27ee3d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions site/css/hl.css
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,7 @@ img {
height: auto; }

.alternative-logo {
filter: drop-shadow(0px 0px 1px black);
padding-right: 40px; }
filter: drop-shadow(0px 0px 1px black); }

.alternative-logo-visible {
display: none; }
Expand Down

0 comments on commit 27ee3d7

Please sign in to comment.