Added some style logic

This commit is contained in:
2021-12-27 15:04:07 -03:00
parent 70e6ddcedb
commit 0102f9b106
14 changed files with 200 additions and 14 deletions

View File

@@ -72,6 +72,16 @@
}
}
.game.hidden {
opacity: 0%;
position: absolute;
top: -100%;
}
@media (max-width: 900px) {
.game {