mirror of
https://github.com/FranP-code/Tic-Tac-Toe-Game.git
synced 2025-10-12 23:52:39 +00:00
Added some style logic
This commit is contained in:
@@ -72,6 +72,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
.game.hidden {
|
||||
|
||||
opacity: 0%;
|
||||
|
||||
position: absolute;
|
||||
|
||||
top: -100%;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 900px) {
|
||||
|
||||
.game {
|
||||
|
||||
Reference in New Issue
Block a user