fix game page getting squashed on mobile

This commit is contained in:
Elijah Steres 2021-01-04 22:55:53 -05:00
parent d331338d93
commit e37abb55a1
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;
}