diff --git a/src/components/pages/Home/Links.astro b/src/components/pages/Home/Links.astro index 24efdbd..9442462 100644 --- a/src/components/pages/Home/Links.astro +++ b/src/components/pages/Home/Links.astro @@ -30,6 +30,8 @@ const linksCollectionClass = flex({ flexDirection: 'column', gap: 'md' }) const linksGridClass = css({ display: 'grid', gridTemplateColumns: 'repeat(auto-fill, minmax(300px, 1fr))', + justifyContent: 'center', + alignItems: 'start', gap: 'md' })