summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/play.css b/play.css
index 2a25835..3dd09a0 100644
--- a/play.css
+++ b/play.css
@@ -40,25 +40,25 @@ main { background-color: #777; }
#mapwrap {
grid-column: 2;
- grid-row: 1;
+ grid-row: 2;
}
#card_panel {
grid-column: 2;
- grid-row: 2;
+ grid-row: 1;
}
#mapwrap[data-fit="both"] + #card_panel {
max-width: 250px;
grid-column: 3;
- grid-row: 1;
+ grid-row: 2;
}
@media (min-width: 2000px) {
#card_panel {
max-width: 250px;
grid-column: 3;
- grid-row: 1;
+ grid-row: 2;
}
}