From 4a3b2a010da17959766a4c4c58a04c33c398c422 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 23 Feb 2025 18:37:17 +0100 Subject: xxx --- land-and-freedom.scss | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'land-and-freedom.scss') diff --git a/land-and-freedom.scss b/land-and-freedom.scss index 07c55b2..d20e4ac 100644 --- a/land-and-freedom.scss +++ b/land-and-freedom.scss @@ -19,8 +19,8 @@ main { /* MAP */ #mapwrap { - width: 1000px; - height: 850px; + width: 1584px; + height: 1224px; // background-color: #999f85; box-shadow: 1px 2px 4px #0004; } @@ -36,17 +36,17 @@ main { #map { background-repeat: no-repeat; background-size: 100% 100%; - width: 1000px; - height: 850px; + width: 1584px; + height: 1224px; overflow: clip; } #map { - background-image: url(images/map75.png); + background-image: url(images/map72.png); } @media (min-resolution: 97dpi) { #map { - background-image: url(images/map100.png); + background-image: url(images/map144.png); } } @@ -160,6 +160,8 @@ main { } .panel { + min-width: 1580px; + max-width: 1580px; min-width: 1271px; max-width: 1271px; // background-color: hsl(34, 10%, 35%); @@ -310,7 +312,7 @@ main { @for $i from 1 through 108 { .card[data-card-id='#{$i}'] { - background-image: url('images/cards100/card_#{$i}.png'); + background-image: url('images/cards72/card_#{$i}.png'); } } -- cgit v1.2.3