Fix overlapping
This commit is contained in:
parent
ad292f937e
commit
ab65918529
|
@ -3,7 +3,7 @@
|
||||||
<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 sm:tw-px-12">
|
<div class="text-left sm: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">
|
||||||
{% 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">
|
||||||
<a href="{{ speaker.url }}" class="group tw-px-4 tw-flex tw-flex-row-reverse tw-no-underline focus:tw-outline-none">
|
<a href="{{ speaker.url }}" class="group tw-px-4 tw-flex tw-flex-row-reverse tw-no-underline focus:tw-outline-none">
|
||||||
|
|
Loading…
Reference in a new issue