diff options
Diffstat (limited to 'templates/index.css')
| -rw-r--r-- | templates/index.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/index.css b/templates/index.css index f8bab2c..0d9fcbc 100644 --- a/templates/index.css +++ b/templates/index.css @@ -1,6 +1,6 @@ -html { height: 100% } -body { height: 80%; margin: 0; padding: 0 } -#map_canvas { height: 100%; width: 100% } +#map { + height:80%; +} .row { display:flex; } |
