Skip to content

Commit

Permalink
attempted and failed map fix
Browse files Browse the repository at this point in the history
  • Loading branch information
etl12003 committed Mar 6, 2017
1 parent 5540aa9 commit 74974d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions html-ONLY-site/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,11 @@ button {
button.gps img {
width: 100%; }

/*
#map {
width: 100vw;
height: calc(100vh - 8.1rem); }
*/

main{
margin-top: 4.1rem;
Expand Down
5 changes: 3 additions & 2 deletions html-ONLY-site/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ <h3>my.name@ct.gov</h3>
</nav>

<main>

<div id="map"></div>
<div style="height:100%; width: 100%; position:absolute;">
<div id="map"></div>
</div>

<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCNSoPsxLd0LbvQaH9R6npO7jj-jKAXyQ4&callback=initMap">
Expand Down

0 comments on commit 74974d0

Please sign in to comment.