Move legend to left

This commit is contained in:
2019-01-27 13:02:49 +01:00
parent 445f1a144a
commit e603c069a6
4 changed files with 32 additions and 20 deletions

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;