diff options
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 |
