From f6248927f7c9aa10f5cc0a5f7ac8ffa312540194 Mon Sep 17 00:00:00 2001 From: harlan Date: Wed, 7 Aug 2024 17:06:55 +1000 Subject: [PATCH] doc: home page overflow --- docs/pages/index.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/pages/index.vue b/docs/pages/index.vue index 9630a185..29468d17 100644 --- a/docs/pages/index.vue +++ b/docs/pages/index.vue @@ -234,7 +234,7 @@ const contributors = useRuntimeConfig().public.contributors :links="links" orientation="horizontal" :ui="{ - container: 'flex flex-row justify-start items-center', + container: 'max-w-full overflow-hidden py-10 flex flex-row items-center justify-center gap-1 max-w-full', links: 'flex items-center gap-2', description: 'text-gray-500 dark:text-gray-400 text-xl max-w-2xl leading-normal mb-10', }" @@ -251,8 +251,7 @@ const contributors = useRuntimeConfig().public.contributors