Skip to content

Commit d7ec45c

Browse files
committed
style: allow tag line to be longer to avoid line breaks
1 parent 6437f9e commit d7ec45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ defineOgImageComponent('Default', {
5656
</h1>
5757

5858
<p
59-
class="text-fg-muted text-lg sm:text-xl max-w-md mb-12 lg:mb-14 motion-safe:animate-slide-up motion-safe:animate-fill-both"
59+
class="text-fg-muted text-lg sm:text-xl max-w-xl mb-12 lg:mb-14 motion-safe:animate-slide-up motion-safe:animate-fill-both"
6060
style="animation-delay: 0.1s"
6161
>
6262
{{ $t('tagline') }}

0 commit comments

Comments
 (0)