still improving map logic

This commit is contained in:
2021-03-12 21:50:41 +01:00
parent b7356c7cf1
commit 874aee24ff
14 changed files with 287 additions and 20874 deletions
+16 -10
View File
@@ -1,3 +1,11 @@
html,body,.section,.container {
height: 100%;
}
.container {
height: 70%;
}
.image.is-10by1 img, .image.is-20by3 img {
bottom: 0;
left: 0;
@@ -36,16 +44,6 @@ hr.top {
text-decoration: none !important;
}
.apexcharts-title-text {
font-weight: 700 !important;
font-size: 24px !important;
font-family: "Rubik", sans-serif !important;
}
.apexcharts-legend {
font-family: "Rubik", sans-serif;
}
/**
* * The CSS shown here will not be introduced in the Quickstart guide, but
* * shows how you can use CSS to style your Element's container.
@@ -87,6 +85,14 @@ input:focus,
margin-left: 5px;
}
.map {
height: 300px;
}
.mapbig {
height: 100%;
}
.slidecontainer {
width: 100%;
margin-top: 10px;