This commit is contained in:
taskylizard 2023-11-06 23:10:08 +05:30
parent 5818ce655a
commit b31db5fd5e
No known key found for this signature in database
GPG Key ID: 5CABA3D642DDC497

View File

@ -18,7 +18,7 @@ defineProps<{ title: string; description?: string }>();
</div>
<div tw="w-full pr-56 flex flex-col items-start justify-end">
<div tw="text-6xl font-bold text-stone-200" v-html="title" />
<div tw="mt-2 text-4xl text-neutral-400" v-html="description" />
<div style="background-color: #f3f4f6" tw="mt-2 text-4xl" v-html="description" />
</div>
</div>
<div tw="shrink-0 h-4 w-full flex" style="background-color: #7bc5e4" />