try to fix height for mobile view

master
Toerd@480 5 years ago
parent c33c11237e
commit 287f91420f

@ -230,7 +230,7 @@ a:hover {
} }
#info-box img { #info-box img {
max-height: 50%; max-height: 100%;
} }
#zoom { #zoom {
@ -238,7 +238,7 @@ a:hover {
top: 5vh; top: 5vh;
left: 2.5%; left: 2.5%;
max-width: 95%; max-width: 95%;
max-height: 50%; height: 50%;
} }
} }

Loading…
Cancel
Save