Fix sizes of the campground map and its legend
This commit is contained in:
parent
5e053034a5
commit
fcbbc5c22a
|
@ -1516,7 +1516,8 @@ address {
|
||||||
}
|
}
|
||||||
|
|
||||||
#campground_map {
|
#campground_map {
|
||||||
width: 70vw;
|
width: 80vw;
|
||||||
|
height: 75vh;
|
||||||
border-radius: .6rem;
|
border-radius: .6rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
|
@ -1528,14 +1529,16 @@ address {
|
||||||
|
|
||||||
#zones {
|
#zones {
|
||||||
mix-blend-mode: multiply;
|
mix-blend-mode: multiply;
|
||||||
opacity: .3;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.legend-directory {
|
.legend-directory {
|
||||||
width: 30vw;
|
width: 20vw;
|
||||||
|
height: 75vh;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: .6rem;
|
border-radius: .6rem;
|
||||||
padding: 1rem 2rem;
|
padding: 1rem 2rem;
|
||||||
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.legend-directory h4 {
|
.legend-directory h4 {
|
||||||
|
@ -1546,8 +1549,6 @@ address {
|
||||||
.legend-directory ul {
|
.legend-directory ul {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
column-count: 2;
|
|
||||||
column-gap: 2rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.legend-directory li {
|
.legend-directory li {
|
||||||
|
|
Loading…
Reference in New Issue