diff options
| -rw-r--r-- | templates/index.css | 5 | ||||
| -rw-r--r-- | templates/index.html | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/templates/index.css b/templates/index.css index 0d9fcbc..cd24417 100644 --- a/templates/index.css +++ b/templates/index.css @@ -1,3 +1,6 @@ +body { + margin: 0; +} #map { height:80%; } @@ -8,4 +11,4 @@ display: flex; flex-direction: column; margin: 2%; -}
\ No newline at end of file +} diff --git a/templates/index.html b/templates/index.html index d193447..b29f84f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,7 @@ <html> <head> - <link rel="stylesheet" href="https://unpkg.com/leaflet@1.3.4/dist/leaflet.css" /> - <script src="https://unpkg.com/leaflet@1.3.4/dist/leaflet.js"></script> + <link rel="stylesheet" href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css" /> + <script src="https://unpkg.com/leaflet@1.7.1/dist/leaflet.js"></script> {{ templates/index.css }} </head> <body> |
