fix game page getting squashed on mobile
This commit is contained in:
parent
d331338d93
commit
e37abb55a1
|
@ -20,6 +20,7 @@
|
||||||
border-right: none;
|
border-right: none;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
height: min-content;
|
height: min-content;
|
||||||
|
min-width: 500px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
|
|
|
@ -5,5 +5,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.game {
|
.game {
|
||||||
width: 33%;
|
width: 95%;
|
||||||
|
max-width: 700px;
|
||||||
|
min-width: 600px;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user