From d523b51a507ea1de143b1f0898f9769cceb813d4 Mon Sep 17 00:00:00 2001 From: jinkang-0 Date: Sat, 27 Jan 2024 00:01:51 -0800 Subject: [PATCH] increase width of hero detail --- 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 ebb5b3d..8db97c0 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -40,7 +40,7 @@ import Brand from './Brand.astro'; referrerpolicy="no-referrer">@calhacks - on Instagram for updates. + on Instagram for updates! @@ -94,7 +94,8 @@ import Brand from './Brand.astro'; article { display: flex; flex-direction: column; - width: min-content; + align-items: center; + width: 50%; gap: 20px; }