diff --git a/web/static/public.css b/web/static/public.css index b5288b8..e31187c 100644 --- a/web/static/public.css +++ b/web/static/public.css @@ -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 {