diff --git a/www/assets/css/customstyles.css b/www/assets/css/customstyles.css index 3fae2dd..4523a16 100644 --- a/www/assets/css/customstyles.css +++ b/www/assets/css/customstyles.css @@ -51,6 +51,25 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/. margin: 0; } +/* + + Service Area page + +*/ + +.md, .aurora { + --service-area-map-height: calc(100vh - calc(var(--f7-navbar-height) + var(--f7-toolbar-height))); +} + +.ios { + --service-area-map-height: calc(100vh - calc(var(--f7-navbar-height) + calc(var(--f7-toolbar-height) * 2))); +} + +#mapbox-servicearea { + width: 100%; + height: var(--service-area-map-height); +} + /* diff --git a/www/pages/servicearea.html b/www/pages/servicearea.html index 97c2a6d..ad4f018 100644 --- a/www/pages/servicearea.html +++ b/www/pages/servicearea.html @@ -17,16 +17,20 @@ -
-
- Legend: - Notary - Courier - Outside Service Area? -
-
-
-
+
+
+ Legend: + Notary + Courier + Outside Service Area? +
+
+
+ +
+
\ No newline at end of file