Wrap speakers in a section, add ID

This commit is contained in:
Oliver Davies 2019-05-14 23:06:31 +01:00
parent 5a7689c215
commit 933a05e9ab

View file

@ -1,3 +1,4 @@
<section id="speakers">
<h2 class="tw-text-3xl md:tw-text-4xl tw-font-bold tw-mb-10">Featuring Talks From</h2> <h2 class="tw-text-3xl md:tw-text-4xl tw-font-bold tw-mb-10">Featuring Talks From</h2>
<div class="text-left tw-px-12"> <div class="text-left tw-px-12">
@ -23,3 +24,4 @@
{% endfor %} {% endfor %}
</ul> </ul>
</div> </div>
</section>