statki/public/assets/css/board-responsive.css
2024-03-25 13:44:30 +01:00

29 lines
439 B
CSS

@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 820px) {
.boardContainer {
width: 90vw;
aspect-ratio: 1;
}
.panelContainer {
flex-direction: column-reverse;
align-items: center;
}
.field {
width: 7.5vw; /* still need to test that */
}
.controls {
display: none;
}
.mobileControls {
display: block;
}
}