diff --git a/css/app.css b/css/app.css index b982113..bf91ca5 100644 --- a/css/app.css +++ b/css/app.css @@ -121,23 +121,6 @@ a:visited { padding-right: 33px; } /* Leaflef map container */ -@media (max-width: 840px) { - .map-sm { - height: 450px; - } -} -@media (min-width: 840px) and (max-width: 960px) { - .map-sm { - height: 600px; - } -} -@media (min-width: 960px) and (max-width: 1280px) { - .map-lg { - height: 700px; - } -} -@media (min-width: 1280px) { - .map-lg { - height: 800px; - } +#map { + height: calc(100vh - 107px); } \ No newline at end of file diff --git a/index.html b/index.html index 5f35856..b52641e 100644 --- a/index.html +++ b/index.html @@ -14,9 +14,15 @@ Carta archeologica di Capri + -