Use sans-serif for zoom buttons

This commit is contained in:
James Lyne 2021-05-25 23:47:22 +01:00
parent b22e492099
commit e65b70acc4

View File

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