From 48e3acde2f87745e41fc11f4795b543437c4a8d0 Mon Sep 17 00:00:00 2001 From: Ayo Date: Wed, 25 Feb 2026 20:19:06 +0100 Subject: [PATCH] fix: add "px" into style width --- src/pages/index.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index c8cb09a..561d95e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -136,8 +136,8 @@ const avatarSize = 150 background-color: var(--color-brand-blue-1); display: block; border-radius: 50%; - width: var(--avatarSize); - height: var(--avatarSize); + width: var(--avatarSize) px; + height: var(--avatarSize) px; } .highlighted-section__content ul a {