5 lines
132 B
CSS
5 lines
132 B
CSS
/* Reset font size changed by Mapbox CSS */
|
|
.map {
|
|
font-size: medium; /* fallback for Internet Explorer */
|
|
font: initial;
|
|
} |