WIP
This commit is contained in:
@@ -6,13 +6,6 @@
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
@media (orientation: portrait) {
|
||||
.game-box {
|
||||
padding: 0;
|
||||
height: 800px;
|
||||
}
|
||||
}
|
||||
|
||||
.game {
|
||||
height: 100%;
|
||||
display: grid;
|
||||
@@ -37,3 +30,15 @@
|
||||
.span3 {
|
||||
grid-row-end: span 3;
|
||||
}
|
||||
|
||||
@media (orientation: portrait) {
|
||||
.game-box {
|
||||
padding: 0;
|
||||
height: auto;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.game {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user