Skip to content

Commit

Permalink
Making the map page a bit more viewer friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
clj13001 committed Dec 1, 2016
1 parent b514536 commit 882b041
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions html/webpages/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 882b041

Please sign in to comment.