Fix sizes of the campground map and its legend

This commit is contained in:
oriol carbonell pujolàs 2024-02-02 02:39:55 +01:00
parent 5e053034a5
commit fcbbc5c22a
1 changed files with 6 additions and 5 deletions

View File

@ -1516,7 +1516,8 @@ address {
}
#campground_map {
width: 70vw;
width: 80vw;
height: 75vh;
border-radius: .6rem;
font-size: 1.2rem;
}
@ -1528,14 +1529,16 @@ address {
#zones {
mix-blend-mode: multiply;
opacity: .3;
opacity: 0;
}
.legend-directory {
width: 30vw;
width: 20vw;
height: 75vh;
background: #fff;
border-radius: .6rem;
padding: 1rem 2rem;
overflow: scroll;
}
.legend-directory h4 {
@ -1546,8 +1549,6 @@ address {
.legend-directory ul {
padding-left: 0;
list-style: none;
column-count: 2;
column-gap: 2rem;
}
.legend-directory li {