From c8a75a5fec45cf3cc5d0957b062f77ebaf4dd5b8 Mon Sep 17 00:00:00 2001 From: bvdoord Date: Mon, 11 Feb 2019 08:13:57 +0100 Subject: Initial commit --- client/style/map.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 client/style/map.css (limited to 'client/style/map.css') diff --git a/client/style/map.css b/client/style/map.css new file mode 100644 index 0000000..f8254d3 --- /dev/null +++ b/client/style/map.css @@ -0,0 +1,15 @@ +#discoverablemap { + height: 100%; + width: 100%; + background-color: brown; +} + +body { + height: 100vh; + width: 100vw; +} + +main { + height: 100%; + width: 100%; +} \ No newline at end of file -- cgit v1.2.3