Skip to content

Commit

Permalink
map fixed (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
anishagg17 authored and mariobehling committed Dec 22, 2019
1 parent 7952e8b commit b8e7f1c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
27 changes: 27 additions & 0 deletions css/map-box.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
.contact-tweets .map {
position: absolute;
height: 100%;
padding: 0px;
top: 0px;
right: 0px;
}
.map:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
opacity: 0;
}
.map iframe {
border: 0px;
position: absolute;
width: 100%;
height: 100%;
}
.fullwidth-map .map {
width: 100%;
height: 400px;
overflow: hidden;
}
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<link href="css/lightbox.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/theme-lava.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/custom.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/map-box.css" rel="stylesheet" type="text/css" media="all" />
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,300' rel='stylesheet' type='text/css'>
<script>
// When the user scrolls down 20px from the top of the document, show the button
Expand Down Expand Up @@ -3466,7 +3467,7 @@ <h1>Co-Organizer</h1>
</div>
</div>
</div>
<div class="map-holder col-md-6 col-sm-4 maps">
<div class="map col-md-6 col-sm-4 maps">
<iframe src="https://www.openstreetmap.org/export/embed.html?bbox=103.8914528489113%2C1.3187927641225512%2C103.89350205659868%2C1.320457974155969&amp;layer=mapnik&amp;marker=1.3196253692786193%2C103.89247745275497"></iframe>
</div>
</section>
Expand Down

0 comments on commit b8e7f1c

Please sign in to comment.