diff --git a/html/webpages/map.html b/html/webpages/map.html
index 1af2a4b..fdf0994 100644
--- a/html/webpages/map.html
+++ b/html/webpages/map.html
@@ -18,9 +18,11 @@
/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
#map {
- height: 50%;
- width: 50%;
+ height: 60%;
+ width: 60%;
margin:0 auto;
+ border-style: solid;
+ border-width: 20px;
}
h2{