diff --git a/src/components/Hero.astro b/src/components/Hero.astro index df87435..7b46bd0 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -42,7 +42,7 @@ import Brand from './Brand.astro'; referrerpolicy="no-referrer">@calhacks - on Instagram for updates. + on Instagram for updates! @@ -96,7 +96,8 @@ import Brand from './Brand.astro'; article { display: flex; flex-direction: column; - width: min-content; + align-items: center; + width: 50%; gap: 20px; }