Skip to content

Commit f853a5e

Browse files
authored
Revert "Fix issue#29 Map view dissappears in mobile view (#34)"
This reverts commit 65e3a51.
1 parent e3ec49d commit f853a5e

File tree

3 files changed

+16
-28
lines changed

3 files changed

+16
-28
lines changed

css/custom.css

-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
.map-responsive{
2-
overflow:hidden;
3-
padding-bottom:50%;
4-
position:relative;
5-
height:0;
6-
}
7-
.map-responsive iframe{
8-
left:0;
9-
top:0;
10-
height:100%;
11-
width:100%;
12-
position:absolute;
13-
}
14-
151
.dark-layer {
162
content: "";
173
background-color: rgba(0, 0, 0, 0.4);

css/theme-lava.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1994,7 +1994,7 @@ p.question {
19941994
color: #fff;
19951995
position: relative;
19961996
overflow: hidden;
1997-
/* height: 600px; */
1997+
height: 600px;
19981998
-webkit-transform-style: preserve-3d;
19991999
-moz-transform-style: preserve-3d;
20002000
transform-style: preserve-3d;

index.html

+15-13
Original file line numberDiff line numberDiff line change
@@ -3414,26 +3414,28 @@ <h1>Join us at the FOSSASIA OpenTechSummit
34143414

34153415
<a id="venue" class="in-page-link"></a>
34163416
<section class="contact-tweets">
3417-
<div class="container">
3417+
<div class="container vertical-align">
34183418
<div class="row">
3419-
<div class="col-md-6 col-sm-12">
3419+
<div class="col-md-5 col-sm-6">
34203420
<i class="icon social_twitter"></i>
3421+
<!-- Parameters documentation at https://github.com/fossasia/fossasia-loklak-webtweets/blob/gh-pages/README.md -->
34213422
<div class="tweets-feed" data-count=3 data-from="fossasia">
3422-
<span class="text-white">Follow
3423-
<a target="default" href="https://twitter.com/fossasia">@fossasia</a> for more updates</span>
3424-
<img class="icon social_rss" src="img/rss.png" alt="rss">
3425-
<div id="result"></div>
3426-
<span class="text-white">
3427-
<a target="default" href="http://www.lli.sg/">Lifelong Learning Institute Singapore</a> is the event location for the FOSSASIA Summit. Address:
3428-
11 Eunos Road 8, Singapore 408601 (Paya Lebar MRT)
3429-
</span>
34303423
</div>
3431-
</div>
3432-
<div class="col-md-6 col-sm-12 map-responsive">
3433-
<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>
3424+
<span class="text-white">Follow
3425+
<a target="default" href="https://twitter.com/fossasia">@fossasia</a> for more updates</span>
3426+
<img class="icon social_rss" src="img/rss.png" alt="rss">
3427+
<div id="result"></div>
3428+
<span class="text-white">
3429+
<a target="default" href="http://www.lli.sg/">Lifelong Learning Institute Singapore</a> is the event location for the FOSSASIA Summit. Address:
3430+
11 Eunos Road 8, Singapore 408601 (Paya Lebar MRT)
3431+
</span>
3432+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
34343433
</div>
34353434
</div>
34363435
</div>
3436+
<div class="map col-md-6 col-sm-4 maps">
3437+
<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>
3438+
</div>
34373439
</section>
34383440
</div>
34393441

0 commit comments

Comments
 (0)