From 882b041cab66460b3b3dad6a335ea3aa0f97ca63 Mon Sep 17 00:00:00 2001 From: Connor L Jackson Date: Wed, 30 Nov 2016 22:25:42 -0500 Subject: [PATCH] Making the map page a bit more viewer friendly --- html/webpages/map.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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{