From 69e637ffb70de7c40a83785dd7acfd78978d6d38 Mon Sep 17 00:00:00 2001 From: lukas Date: Wed, 22 Feb 2023 11:14:05 +0100 Subject: [PATCH] Update 'static/styles.css' --- static/styles.css | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/static/styles.css b/static/styles.css index 3e89897..71c067b 100644 --- a/static/styles.css +++ b/static/styles.css @@ -152,6 +152,41 @@ h1, h2, h3, h4 { height: 2.5em; } +#map{ + height: 400px; + z-index: 1; +} + +.legend{ + width: fit-content; + margin: 0 auto; +} + +.legend > *{ + vertical-align: middle; +} + +.square{ + display: inline-block; + height: 20px; + width: 20px; + border: black solid 1px; + margin-right: 3px; + margin-left: 3px; +} + +.green{ + background-color: #3ef06e; +} + +.blue{ + background-color: #3388ff; +} + +.orange{ + background-color: #ffeb0a; +} + section { background-color: #FFFFFF; width: 100%;