From 887150be041710971c5c6ad3fa3eab9e8b6675fd Mon Sep 17 00:00:00 2001 From: Jinkang Fang <67077248+jinkang-0@users.noreply.github.com> Date: Sat, 27 Jan 2024 00:52:09 -0800 Subject: [PATCH] increase width of hero detail (#48) --- src/components/Hero.astro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; }