From fe21d9d8ead10d6541382b55a237b9a4e3e7eb91 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 11 Jan 2024 00:35:36 +0100 Subject: =?UTF-8?q?Basemap=20from=20Lantm=C3=A4teriet.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 style.css (limited to 'style.css') 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%; +} -- cgit v1.2.3