index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,6 +1,5 @@ body { margin: 0; - max-height: 100vh; display: flex; overflow: hidden; } @@ -8,13 +7,13 @@ body { #map-container { flex-basis: 100%; position: relative; + max-height: 100vh; } svg { background-color: darkgray; - /* flex-basis: 100%; */ - /* max-height: 50vh; */ - /* max-height: 100vw; */ + width: 100%; + height: 100%; } svg text { |