Mobile tweaks
This commit is contained in:
parent
9bdb48e13b
commit
4462516b41
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
<ul class="tw-list-reset tw-overflow-hidden">
|
||||
{% for slot in slots %}
|
||||
<li class="tw-pt-4 lg:tw-pt-6 {{ loop.last ?: 'tw-pb-4 lg:tw-pb-6 tw-border-solid tw-border-0 tw-border-b tw-border-purple-400' }}">
|
||||
<span class="tw-flex tw-justify-between tw--mx-6">
|
||||
<span class="tw-px-6 tw-text-gray-200">{{ slot.speaker }}</span>
|
||||
<span class="tw-flex tw-items-center tw-justify-between tw--mx-6">
|
||||
<span class="tw-px-6 tw-text-gray-200 tw-flex-1 tw-text-left">{{ slot.speaker }}</span>
|
||||
<span class="tw-px-6 tw-font-semibold">{{ slot.time }}</span>
|
||||
</span>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue