Compare commits

..

2 Commits

Author SHA1 Message Date
philipp lang 874b1bd705 Add prttierrc 2024-02-03 20:14:08 +01:00
philipp lang 601090aea3 Mod font-size of Content 2024-02-03 15:31:46 +01:00
2 changed files with 9 additions and 1 deletions

8
.prettierrc Normal file
View File

@ -0,0 +1,8 @@
{
"printWidth": 200,
"singleQuote": true,
"tabWidth": 4,
"quoteProps": "consistent",
"bracketSpacing": false
}

View File

@ -12,7 +12,7 @@
<div class="mt-3"> <div class="mt-3">
<img :src="event.image" <img :src="event.image"
class="hidden sm:block w-24 float-left h-24 rounded-full border-secondary border-4 shape-circle" /> 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>
<div class="flex mt-3"> <div class="flex mt-3">
<a :href="registerUrl.replace(':slug', event.slug)" <a :href="registerUrl.replace(':slug', event.slug)"