mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 01:31:41 +11:00
try 2
This commit is contained in:
parent
5818ce655a
commit
b31db5fd5e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue