fix: use absolute max-height for image

This commit is contained in:
Sebin Nyshkim 2023-01-18 15:47:18 +01:00
parent 28d76eed45
commit e85746ba7e

View file

@ -45,7 +45,7 @@ defineProps<Props>();
img { img {
display: block; display: block;
max-width: 100%; max-width: 100%;
max-height: 100vh; max-height: 35rem;
margin: auto; margin: auto;
} }
} }