diff options
| author | bvdoord <bvdoord@sogyo.nl> | 2019-02-11 08:13:57 +0100 |
|---|---|---|
| committer | bvdoord <bvdoord@sogyo.nl> | 2019-02-11 08:13:57 +0100 |
| commit | c8a75a5fec45cf3cc5d0957b062f77ebaf4dd5b8 (patch) | |
| tree | 568c58dad5b45793082e6ec4e9e0c45652797b94 /client/style/map.css | |
Initial commit
Diffstat (limited to 'client/style/map.css')
| -rw-r--r-- | client/style/map.css | 15 |
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 |
