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,6 +1,7 @@
<h2 class="tw-text-3xl md:tw-text-4xl tw-font-bold tw-mb-10">Featuring Talks From</h2> <section id="speakers">
<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">
<ul class="tw-list-reset tw-flex tw-flex-wrap tw--mx-4 tw--mb-12"> <ul class="tw-list-reset tw-flex tw-flex-wrap tw--mx-4 tw--mb-12">
{% for speaker in speakers %} {% for speaker in speakers %}
<li class="tw-w-full lg:tw-w-1/2 tw-text-left tw-mb-6"> <li class="tw-w-full lg:tw-w-1/2 tw-text-left tw-mb-6">
@ -22,4 +23,5 @@
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>
</div> </div>
</section>