- window mobile device support added

This commit is contained in:
Wiesner András 2024-04-05 15:34:44 +02:00
parent 5793c6d673
commit 19a303615d

View File

@ -60,4 +60,10 @@
section.game-box-caption {
width: 100vw;
}
section.window {
width: calc(100vw - 2em);
padding: 1em;
max-height: calc(100vh - 2em);
}
}