Mod font-size of Content

This commit is contained in:
philipp lang 2024-02-03 15:31:46 +01:00
parent 57e0c30952
commit 601090aea3
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<div class="mt-3">
<img :src="event.image"
class="hidden sm:block w-24 float-left h-24 rounded-full border-secondary border-4 shape-circle" />
<content class="!text-xs text-gray-800 font-nunito" :modelValue="event.description"></content>
<content class="text-gray-800 font-nunito" :modelValue="event.description"></content>
</div>
<div class="flex mt-3">
<a :href="registerUrl.replace(':slug', event.slug)"