Skip to content

Commit

Permalink
docs: center hero illustration
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Oct 19, 2023
1 parent 0a1627d commit b97a942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ watch(projectsSectionVisible, () => {
<template>
<span class="gradient" />
<ULandingHero orientation="horizontal" :ui="{ container: 'flex lg:gap-12' }">
<Illustration class="hidden h-64 lg:block" />
<Illustration class="mx-auto hidden h-64 lg:block" />
<template #title>
<span v-html="page.hero?.title" />
</template>
Expand Down

0 comments on commit b97a942

Please sign in to comment.