summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--play.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/play.css b/play.css
index 4e16a26..1028615 100644
--- a/play.css
+++ b/play.css
@@ -106,6 +106,16 @@ body.Communist header.your_turn { background-color: hsl(355, 70%, 75%); }
#map { background-image: url("map150.avif") }
}
+@media (max-width: 800px) {
+ .panel {
+ min-width: calc(1650px - 8px);
+ }
+ #tooltip {
+ inset: 0;
+ margin: auto;
+ }
+}
+
/* SPACES */
.space {