summaryrefslogtreecommitdiff
path: root/client/style/map.css
diff options
context:
space:
mode:
authorbvdoord <bvdoord@sogyo.nl>2019-02-11 08:13:57 +0100
committerbvdoord <bvdoord@sogyo.nl>2019-02-11 08:13:57 +0100
commitc8a75a5fec45cf3cc5d0957b062f77ebaf4dd5b8 (patch)
tree568c58dad5b45793082e6ec4e9e0c45652797b94 /client/style/map.css
Initial commit
Diffstat (limited to 'client/style/map.css')
-rw-r--r--client/style/map.css15
1 files changed, 15 insertions, 0 deletions
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