Skip to content

Commit e449d34

Browse files
authored
fix: apply narrower max width to featured frameworks (#1591)
1 parent 71a6dd8 commit e449d34

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
@@ -109,7 +109,7 @@ defineOgImageComponent('Default', {
109109

110110
<nav
111111
:aria-label="$t('nav.popular_packages')"
112-
class="pt-4 pb-36 sm:pb-40 text-center motion-safe:animate-fade-in motion-safe:animate-fill-both"
112+
class="pt-4 pb-36 sm:pb-40 text-center motion-safe:animate-fade-in motion-safe:animate-fill-both max-w-xl mx-auto"
113113
style="animation-delay: 0.3s"
114114
>
115115
<ul class="flex flex-wrap items-center justify-center gap-x-6 gap-y-3 list-none m-0 p-0">

0 commit comments

Comments
 (0)