Limit maximum logo size on home page
All checks were successful
build

This commit is contained in:
Kevin Kandlbinder 2023-05-01 19:23:29 +02:00
parent 375f8b7273
commit 5a80fe870d
Signed by: kevin
GPG key ID: 1460B586646E180D

View file

@ -168,9 +168,9 @@
.hero {
grid-column: full-start/full-end;
max-height: max(70vmin, 500px);
min-height: 100px;
height: 30vmax;
max-height: 500px;
position: relative;
.hero-runner {