diff --git a/html/webpages/map.html b/html/webpages/map.html
index dd92b7e..a44985c 100644
--- a/html/webpages/map.html
+++ b/html/webpages/map.html
@@ -19,8 +19,8 @@
/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
#map {
- height: 60%;
- width: 60%;
+ height: 80%;
+ width: 80%;
margin:0 auto;
border-style: solid;
border-width: 20px;
@@ -28,7 +28,7 @@
h2{
text-align: center;
- padding-bottom: 60px;
+ padding-bottom: 10px;
}