diff --git a/src/client/index.css b/src/client/index.css index af632e700cb15844536784b448db054c8fcbd9de..2558abf9f8a3b91a009c9c8f9604e734b78f53ce 100644 --- a/src/client/index.css +++ b/src/client/index.css @@ -49,4 +49,19 @@ a, a:visited, a:hover, a:active { .apexcharts-custom-tooltip { padding: 8px -} \ No newline at end of file +} + +.leaflet-control-layers span { + font-family: "Roboto", "Helvetica", "Arial"; +} + +@media screen and (min-width: 1440px) { + .leaflet-control-layers span { + font-size: 14px; + } + .leaflet-control-layers-selector { + transform: scale(1.5); + margin: 6px; + } +} +