diff options
Diffstat (limited to 'templates/index.css')
| -rw-r--r-- | templates/index.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/index.css b/templates/index.css new file mode 100644 index 0000000..f8bab2c --- /dev/null +++ b/templates/index.css @@ -0,0 +1,11 @@ +html { height: 100% } +body { height: 80%; margin: 0; padding: 0 } +#map_canvas { height: 100%; width: 100% } +.row { + display:flex; +} +.col { + display: flex; + flex-direction: column; + margin: 2%; +}
\ No newline at end of file |
