This commit is contained in:
tree🌴 2024-03-07 11:41:34 +01:00
parent 19ed8f447b
commit 5257eddd0d
2 changed files with 6 additions and 3 deletions

View File

@ -27,6 +27,7 @@ const topics = [
]
const events = {
s23prg: { image: 'summit01' },
m24buc: { image: 'bucharest01' },
m24ath: { image: 'athens01' },
m24ams: { image: 'amsterdam01' },

View File

@ -29,12 +29,14 @@
</div>
</div>
</div>
<div class="flex justify-center" style="margin-top: -2px;">
<div class="flex w-full justify-center" style="margin-top: -2px;">
<div class="flex {speaker.name.length < 19 ? 'w-[200px] justify-start' : 'justify-center'}">
<div class="border-2 border-white py-1 px-2 bg-black uppercase">
{speaker.name}
</div>
</div>
</div>
</div>
<div class="absolute bottom-6 text-xs w-full text-center px-6">
{@html marked.parseInline(speaker.caption)}