aboutsummaryrefslogtreecommitdiff
path: root/public/css/stylehome.css
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-10-07 05:55:26 +0200
committervincent-peugnet <v.peugnet@free.fr>2018-10-07 05:55:26 +0200
commit74ccedd6544daac0845a044b5e6d71d577578c69 (patch)
tree2ec348bfc818fbc2859922ac71f866c407ce0a7b /public/css/stylehome.css
parent67b20c49ec4e5efb4526fc64ef679dfb6dd41e30 (diff)
downloadwcms-74ccedd6544daac0845a044b5e6d71d577578c69.tar.gz
wcms-74ccedd6544daac0845a044b5e6d71d577578c69.zip
2.9 map + filter fix + markdownextra
Diffstat (limited to 'public/css/stylehome.css')
-rw-r--r--public/css/stylehome.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/public/css/stylehome.css b/public/css/stylehome.css
index aa8daf2..98822f0 100644
--- a/public/css/stylehome.css
+++ b/public/css/stylehome.css
@@ -11,6 +11,13 @@ div#main {
background-color: var(--color3);
}
+div#map {
+ border: ridge;
+ height: fit-content;
+ margin: 5px;
+ background-color: var(--color3);
+}
+
div#options {
border: ridge;
margin: 5px;
@@ -18,6 +25,7 @@ div#options {
width: 15%;
list-style: none;
max-width: 200px;
+ height: fit-content;
}