aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..be58089
--- /dev/null
+++ b/style.css
@@ -0,0 +1,12 @@
+@import "~ol/ol.css";
+
+html, body {
+ margin: 0;
+ height: 100%;
+}
+#map {
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ width: 100%;
+}