Move legend to left

This commit is contained in:
2019-01-27 13:02:49 +01:00
parent 3149a80fa5
commit 62b94624f0
4 changed files with 32 additions and 20 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -42,7 +42,7 @@
}
}
#legend, .leaflet-control-layers.leaflet-control {
#legend, #projects, .leaflet-control-layers.leaflet-control {
background-color: rgba(255, 255, 255, 0.5);
font-family: Roboto, Arial, sans-serif;
border-radius: 3px;
@@ -50,12 +50,12 @@
margin: 1em;
}
#legend {
right: 30vw;
//right: 30vw;
.line {
display: inline-block;
display: block;
border-left: 2em solid;
line-height: 2px;
line-height: 4px;
padding-left: 0.5em;
margin: 1em;
font-size: 1em;