mirror of
https://github.com/MaciejkaG/statki.git
synced 2024-11-30 07:22:55 +01:00
20 lines
311 B
CSS
20 lines
311 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;
|
|
}
|
|
|
|
.field {
|
|
width: 7.5vw; /* still need to test that */
|
|
}
|
|
}
|
|
|