Commit 1793c91 1 parent 5c1888d commit 1793c91 Copy full SHA for 1793c91
File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ <h1 class="space-bottom2">State of the Map 2025</h1>
10
10
< p >
11
11
Watch the conference teaser to get ready for SotM 2025!
12
12
</ 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 >
14
14
</ div >
15
15
</ div >
16
16
< div class ="col4 clearfix contain ">
Original file line number Diff line number Diff line change @@ -336,6 +336,9 @@ header.intro .credits {
336
336
background-position-x : right 20% ;
337
337
height : 420px
338
338
}
339
+ header .intro h1 {
340
+ display : none;
341
+ }
339
342
header .intro .credits {
340
343
position : absolute;
341
344
}
@@ -348,6 +351,11 @@ header.intro .credits {
348
351
header .intro .logo a .btn {
349
352
visibility : hidden;
350
353
}
354
+
355
+ .youtube-teaser {
356
+ width : 100% ;
357
+ height : auto;
358
+ }
351
359
}
352
360
353
361
@media (min-width : 767px ) {
@@ -367,6 +375,11 @@ header.intro .credits {
367
375
.intro .intro-body .attending img {
368
376
float : right;
369
377
}
378
+
379
+ .youtube-teaser {
380
+ width : 560px ;
381
+ height : 315px ;
382
+ }
370
383
}
371
384
372
385
.btn-circle {
You can’t perform that action at this time.
0 commit comments