try to fix height for mobile view

This commit is contained in:
Toerd@480 2019-10-24 00:32:53 +02:00
parent c33c11237e
commit 287f91420f

View File

@ -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%;
} }
} }