Responsive desing bug fixes

This commit is contained in:
2021-12-27 18:37:36 -03:00
parent f92a9540e1
commit 2a866751f9
3 changed files with 15 additions and 4 deletions

View File

@@ -111,7 +111,7 @@
@media (max-width: 900px) {
.game {
.game .tic-tac-toe {
width: 80vw;
height: 80vw;
@@ -122,4 +122,10 @@
height: 100%;
}
}
.game .players-turn {
top: -10%;
left: 0%;
}
}