Skip to content

Commit

Permalink
Made the map 33% bigger!
Browse files Browse the repository at this point in the history
  • Loading branch information
arc12012 committed Dec 3, 2016
1 parent bb3e07b commit 45123c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions html/webpages/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
/* 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;
}

h2{
text-align: center;
padding-bottom: 60px;
padding-bottom: 10px;
}
</style>

Expand Down

0 comments on commit 45123c5

Please sign in to comment.