This commit is contained in:
2026-01-02 20:40:55 +08:00
parent eb38ca1edc
commit 7cb3820687
3 changed files with 13 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ withDefaults(defineProps<Props>(), {
</div>
<h1
class="text-3xl md:text-4xl lg:text-5xl font-extrabold text-zinc-800 dark:text-zinc-100 mb-6 tracking-tight leading-tight break-words">
class="text-3xl md:text-4xl lg:text-5xl font-extrabold text-zinc-800 dark:text-zinc-100 mb-6 tracking-tight leading-tight wrap-break-word">
{{ title }}
</h1>