Skip to content

Commit e4c8fd2

Browse files
committed
fix: increase container width
that way all titles of the cards can fit in one line
1 parent a41473d commit e4c8fd2

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
@@ -132,7 +132,7 @@ defineOgImageComponent('Default', {
132132
</section>
133133

134134
<section class="border-t border-border py-24 bg-bg-subtle/10">
135-
<div class="container max-w-2xl mx-auto">
135+
<div class="container max-w-3xl mx-auto">
136136
<CallToAction />
137137
</div>
138138
</section>

0 commit comments

Comments
 (0)