fix(info container): height in landscape mode

This commit is contained in:
Timothy Z. 2024-12-16 16:37:10 +02:00
parent 297b8f172d
commit f8d9d0d838

View file

@ -175,8 +175,8 @@
.content { .content {
max-width: 50dvw; max-width: 50dvw;
.close-button { .info {
display: block; max-height: 30dvh;
} }
} }
} }