Skip to content

Commit 1793c91

Browse files
committed
fix page width on mobile
1 parent 5c1888d commit 1793c91

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

_includes/about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1 class="space-bottom2">State of the Map 2025</h1>
1010
<p>
1111
Watch the conference teaser to get ready for SotM 2025!
1212
</p>
13-
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/Q5dyxy6YxG0?si=66s53Bi5HnWr4fex" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
13+
<iframe class="youtube-teaser" src="https://www.youtube-nocookie.com/embed/Q5dyxy6YxG0?si=66s53Bi5HnWr4fex" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
1414
</div>
1515
</div>
1616
<div class="col4 clearfix contain">

_includes/css/sotm.css

+13
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,9 @@ header.intro .credits {
336336
background-position-x: right 20%;
337337
height: 420px
338338
}
339+
header.intro h1 {
340+
display: none;
341+
}
339342
header.intro .credits {
340343
position: absolute;
341344
}
@@ -348,6 +351,11 @@ header.intro .credits {
348351
header.intro .logo a.btn {
349352
visibility: hidden;
350353
}
354+
355+
.youtube-teaser {
356+
width: 100%;
357+
height: auto;
358+
}
351359
}
352360

353361
@media(min-width:767px) {
@@ -367,6 +375,11 @@ header.intro .credits {
367375
.intro .intro-body .attending img {
368376
float: right;
369377
}
378+
379+
.youtube-teaser {
380+
width: 560px;
381+
height: 315px;
382+
}
370383
}
371384

372385
.btn-circle {

0 commit comments

Comments
 (0)