Merge pull request #124 from esSteres/indev

fix game page getting squashed on mobile
This commit is contained in:
Sakimori 2021-01-05 00:05:37 -05:00 committed by GitHub
commit 74a205fe74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -20,6 +20,7 @@
border-right: none;
border-bottom: none;
height: min-content;
min-width: 500px;
}
.header {

View File

@ -5,5 +5,7 @@
}
.game {
width: 33%;
width: 95%;
max-width: 700px;
min-width: 600px;
}