Hide welcome message on mobile

This commit is contained in:
John Firebaugh 2013-11-08 14:40:42 -08:00
parent a2dfc00f27
commit 515623134a

View file

@ -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;