This commit is contained in:
Maciej Caderek
2022-03-22 03:03:27 +01:00
parent 11e0364709
commit 687544718b
641 changed files with 4716 additions and 4 deletions

View File

@@ -60,12 +60,13 @@
}
.controls__button {
margin: 0.8vw;
margin: 0 0.8vw;
padding: 0.5rem;
font-size: 3rem;
text-align: center;
width: 12.8vw;
height: 12.8vw;
max-height: 6rem;
border-radius: 5px;
}
@@ -74,12 +75,13 @@
}
.flip__button {
margin: 0.8vw;
margin: 0 0.8vw;
padding: 0.5rem;
font-size: 3rem;
text-align: center;
border-radius: 5px;
width: 12.8vw;
height: 12.8vw;
max-height: 6rem;
}
}

View File

@@ -2,7 +2,7 @@
grid-area: moves;
padding: 2rem;
padding-top: var(--header-margin);
min-width: 37.5rem;
min-width: 35rem;
height: 100vh;
}

View File

@@ -3,7 +3,7 @@
grid-area: setup;
padding: 2rem;
padding-top: var(--header-margin);
min-width: 37.5rem;
min-width: 35rem;
}
.setup {