This commit is contained in:
Maciej Caderek
2022-02-17 03:36:40 +01:00
parent 3095c3b55e
commit 10cea708f0
25 changed files with 326 additions and 115 deletions

View File

@@ -2,14 +2,20 @@
grid-area: moves;
padding: 20px;
padding-top: var(--header-margin);
min-width: 360px;
min-width: 375px;
height: 100vh;
}
@media screen and (max-width: 1024px) {
.game-box {
height: auto;
}
}
.game-tabs {
height: 100%;
display: grid;
grid-template-rows: 38px 1fr 84px;
grid-template-rows: 38px 195px 1fr 84px;
}
.game-tabs__btn {