Skip to content

Commit

Permalink
fix: Set logo max height as well
Browse files Browse the repository at this point in the history
  • Loading branch information
timo-reymann authored Mar 29, 2024
1 parent 74f8997 commit a5e5892
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/templating/index.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,9 @@
.overlay--logo {
top: 80vh;
margin-right: 60px;
max-width: 200px
}
max-width: 200px;
max-height: 130px;
}

.overlay--mascot {
top: 30vh;
Expand Down

0 comments on commit a5e5892

Please sign in to comment.