try 2
This commit is contained in:
parent
5818ce655a
commit
b31db5fd5e
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user