hide grid labels on top and right on small devices

This commit is contained in:
Laura Klünder 2018-12-12 14:44:40 +01:00
parent 340752046b
commit 85c330700f

View file

@ -762,6 +762,11 @@ body:not(.mobileclient) .leaflet-control-user-location a {
.c3nav-grid-row span { .c3nav-grid-row span {
padding: 0 5px; padding: 0 5px;
} }
@media (max-width: 500px) {
.c3nav-grid span:last-child {
display: none;
}
}
.c3nav-grid-column { .c3nav-grid-column {
top: 0; top: 0;
bottom: 0; bottom: 0;