Hide welcome message on mobile
This commit is contained in:
parent
a2dfc00f27
commit
515623134a
1 changed files with 4 additions and 0 deletions
|
@ -113,6 +113,10 @@ nav.secondary {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sidebar .welcome {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.leaflet-top.leaflet-right {
|
.leaflet-top.leaflet-right {
|
||||||
top: 10px !important;
|
top: 10px !important;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue