diff --git a/css/app.css b/css/app.css
index dc71ce6..03f3bb9 100644
--- a/css/app.css
+++ b/css/app.css
@@ -20,6 +20,9 @@ a {
a:visited {
color: var(--links-color);
}
+.main.columns {
+ height: 95vh;
+}
.main.credits {
width: 60vw;
margin: 0 auto;
@@ -138,7 +141,8 @@ a:visited {
}
/* Leaflef map container */
#map {
- height: calc(100vh - 107px);
+ /*height: calc(100vh - 107px);*/
+ height: 100%;
}
#map-progress {
diff --git a/webgis/index.html b/webgis/index.html
index d6c0979..c1eec4b 100644
--- a/webgis/index.html
+++ b/webgis/index.html
@@ -46,9 +46,14 @@
-