summaryrefslogtreecommitdiff
path: root/land-and-freedom.scss
diff options
context:
space:
mode:
Diffstat (limited to 'land-and-freedom.scss')
-rw-r--r--land-and-freedom.scss16
1 files changed, 9 insertions, 7 deletions
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');
}
}