diff options
Diffstat (limited to 'client/style/map.css')
| -rw-r--r-- | client/style/map.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/client/style/map.css b/client/style/map.css index f8254d3..39d3a8a 100644 --- a/client/style/map.css +++ b/client/style/map.css @@ -2,6 +2,7 @@ height: 100%; width: 100%; background-color: brown; + display: flex; } body { @@ -10,6 +11,6 @@ body { } main { - height: 100%; - width: 100%; -}
\ No newline at end of file + height: 90%; + width: 95%; +} |
