hide grid labels on top and right on small devices
This commit is contained in:
parent
340752046b
commit
85c330700f
1 changed files with 5 additions and 0 deletions
|
@ -762,6 +762,11 @@ body:not(.mobileclient) .leaflet-control-user-location a {
|
|||
.c3nav-grid-row span {
|
||||
padding: 0 5px;
|
||||
}
|
||||
@media (max-width: 500px) {
|
||||
.c3nav-grid span:last-child {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.c3nav-grid-column {
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue