diff options
-rw-r--r-- | play.css | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 { |