From 5461a1dafd38eb59cb6ffaa5c70b76d4a335a04b Mon Sep 17 00:00:00 2001 From: mike-000 <49240900+mike-000@users.noreply.github.com> Date: Fri, 10 Jul 2020 17:53:44 +0100 Subject: [PATCH] Add files via upload --- examples/mapbox-layer.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/mapbox-layer.css diff --git a/examples/mapbox-layer.css b/examples/mapbox-layer.css new file mode 100644 index 0000000000..f242ad463c --- /dev/null +++ b/examples/mapbox-layer.css @@ -0,0 +1,5 @@ +/* Reset font size changed by Mapbox CSS */ +.map { + font-size: medium; /* fallback for Internet Explorer */ + font: initial; +} \ No newline at end of file