@@ -75,6 +75,12 @@ Description = "devopsdays lima 2026"
7575 filter : brightness (0.95 );
7676}
7777
78+ .welcome-hero-video {
79+ width : 100% ;
80+ max-width : 100% ;
81+ height : clamp (320px , 38vw , 420px );
82+ }
83+
7884@media (min-width : 576px ) {
7985 .welcome-hero-cta {
8086 flex-direction : row ;
@@ -103,7 +109,7 @@ a.jssocials-share-link:hover, a.jssocials-share-link:active {
103109}
104110
105111a .p-location {
106- font-weight : 600 ;
112+ font-weight : 700 ;
107113 color : #ffffffdd ;
108114}
109115
@@ -112,12 +118,16 @@ a.p-location:hover, a.p-location:active {
112118}
113119
114120.e-summary {
115- font-weight : 500 ;
121+ font-weight : 400 ;
122+ }
123+
124+ span .welcome-page-masthead-venue , span .welcome-page-date {
125+ font-weight : 700 ;
116126}
117127</style >
118128
119- <div class =" row align-items-start " >
120- <div class =" col-sm -5 p-2 welcome-hero-left " >
129+ <div class =" row align-items-start mx-n2 " >
130+ <div class =" col-12 col-md -5 p-2 welcome-hero-left " >
121131 <h1 class="welcome-hero-title">Welcome to DevOpsDays Lima! <span class="welcome-hero-year">2026</span></h1>
122132 <div class="welcome-hero-logo">
123133 {{< event_logo >}}
@@ -135,13 +145,13 @@ a.p-location:hover, a.p-location:active {
135145 </a>
136146 </div>
137147 </div >
138- <div class =" col-sm -7 text-center p-2 " >
148+ <div class =" col-12 col-md -7 text-center p-2 " >
139149 <iframe
140150 src="https://www.youtube.com/embed/OOYWupGVhqA?autoplay=1&mute=1&playsinline=1"
141151 frameborder="0"
142152 allow="autoplay; fullscreen; picture-in-picture"
143153 allowfullscreen
144- style="width: 100%; height: 300px; max-width: 100%; ">
154+ class="welcome-hero-video ">
145155 </iframe>
146156 <br/>Impressions from 2025
147157 </div >
0 commit comments