@@ -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 >
@@ -144,7 +144,7 @@ <h1 class="title section-title dyn-anchor-heading">
144144 </ section >
145145
146146
147- < section id ="venue " class ="section venue ">
147+ < section id ="venue " class ="section venue anchor ">
148148 < div class ="container ">
149149 < h1 class ="title section-title dyn-anchor-heading ">
150150 Localización
@@ -155,7 +155,7 @@ <h1 class="title section-title dyn-anchor-heading">
155155 {% if event.venue %}
156156 < div class ="column is-12-tablet is-6-desktop ">
157157 {% if event.venue.is_online %}
158- < div class ="venue-youtube ">
158+ < div class ="venue-youtube map-section ">
159159 < img src ="{{ assets|get_asset_key:'events/img/youtube-logo.png' }} ">
160160 </ div >
161161 {% else %}
@@ -214,7 +214,7 @@ <h1 class="title section-title dyn-anchor-heading">
214214 </ section >
215215
216216
217- < section id ="sponsors " class ="section sponsors has-background-white ">
217+ < section id ="sponsors " class ="section sponsors has-background-white anchor ">
218218 < div class ="container ">
219219 < h1 class ="title section-title dyn-anchor-heading ">
220220 Entidades
@@ -247,7 +247,7 @@ <h2 class="category-title subtitle is-5 has-text-centered">{{ category.display_n
247247 </ div >
248248 </ section >
249249
250- < section id ="past-events " class ="section past-events ">
250+ < section id ="past-events " class ="section past-events anchor ">
251251 < div class ="container ">
252252 < h1 class ="title section-title dyn-anchor-heading ">
253253 Eventos pasados
0 commit comments