mirror of
https://github.com/FranP-code/Tic-Tac-Toe-Game.git
synced 2025-10-12 23:52:39 +00:00
Responsive desing bug fixes
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user