Use sans-serif for zoom buttons
This commit is contained in:
parent
b22e492099
commit
e65b70acc4
@ -247,6 +247,10 @@
|
|||||||
.leaflet-control-zoom {
|
.leaflet-control-zoom {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|
||||||
|
a {
|
||||||
|
font-family: sans-serif; /* +/- look better */
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 480px) and (pointer: coarse), (max-height: 480px) and (pointer: coarse), (max-height: 400px) {
|
@media (max-width: 480px) and (pointer: coarse), (max-height: 480px) and (pointer: coarse), (max-height: 400px) {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user