@@ -69,7 +69,7 @@ <h1 class="title is-1">{{ event.name }}</h1>
6969 </ section >
7070
7171
72- < section id ="speakers " class ="section speakers ">
72+ < section id ="speakers " class ="section speakers anchor ">
7373 < div class ="container ">
7474 < h1 class ="title section-title dyn-anchor-heading ">
7575 Ponentes
@@ -106,7 +106,7 @@ <h2 class="speaker-name">{{ speaker.name }} {{ speaker.surname }}</h2>
106106 </ section >
107107
108108
109- < section id ="schedule " class ="section schedule has-background-white ">
109+ < section id ="schedule " class ="section schedule has-background-white anchor ">
110110 < div class ="container ">
111111 < h1 class ="title section-title dyn-anchor-heading ">
112112 < p >
@@ -145,7 +145,7 @@ <h1 class="title section-title dyn-anchor-heading">
145145 </ section >
146146
147147
148- < section id ="venue " class ="section venue ">
148+ < section id ="venue " class ="section venue anchor ">
149149 < div class ="container ">
150150 < h1 class ="title section-title dyn-anchor-heading ">
151151 Localización
@@ -156,7 +156,7 @@ <h1 class="title section-title dyn-anchor-heading">
156156 {% if event.venue %}
157157 < div class ="column is-12-tablet is-6-desktop ">
158158 {% if event.venue.is_online %}
159- < div class ="venue-youtube ">
159+ < div class ="venue-youtube map-section ">
160160 < img src ="{{ assets|get_asset_key:'events/img/youtube-logo.png' }} ">
161161 </ div >
162162 {% else %}
@@ -215,7 +215,7 @@ <h1 class="title section-title dyn-anchor-heading">
215215 </ section >
216216
217217
218- < section id ="sponsors " class ="section sponsors has-background-white ">
218+ < section id ="sponsors " class ="section sponsors has-background-white anchor ">
219219 < div class ="container ">
220220 < h1 class ="title section-title dyn-anchor-heading ">
221221 Entidades
@@ -248,7 +248,7 @@ <h2 class="category-title subtitle is-5 has-text-centered">{{ category.display_n
248248 </ div >
249249 </ section >
250250
251- < section id ="past-events " class ="section past-events ">
251+ < section id ="past-events " class ="section past-events anchor ">
252252 < div class ="container ">
253253 < h1 class ="title section-title dyn-anchor-heading ">
254254 Eventos pasados
0 commit comments