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

@@ -183,14 +183,19 @@ emoji-picker {
}
@media (max-width: 900px) {
.game {
.game .tic-tac-toe {
width: 80vw;
height: 80vw;
}
.game .box {
.game .tic-tac-toe .box {
width: 100%;
height: 100%;
}
.game .players-turn {
top: -10%;
left: 0%;
}
}
html, body {
height: 100%;