Move legend to left
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user