Increase bottom margin, add negative margin on list

This commit is contained in:
Oliver Davies 2019-05-22 10:37:53 +01:00
parent 53c45ad498
commit 8ee1ce5d76

View file

@ -3,9 +3,9 @@
<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"> <ul class="tw-list-reset tw-flex tw-flex-wrap tw--mx-4 tw--mb-10">
{% 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-10">
<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">
<span class="tw-flex-1 tw-flex tw-flex-col tw-justify-center"> <span class="tw-flex-1 tw-flex tw-flex-col tw-justify-center">
<span class="tw-block tw-font-bold tw-text-xl tw-text-gray-900 group-hocus:tw-underline">{{ speaker.title }}</span> <span class="tw-block tw-font-bold tw-text-xl tw-text-gray-900 group-hocus:tw-underline">{{ speaker.title }}</span>