diff --git a/docs/site/src/components/starlight/SocialIcons.astro b/docs/site/src/components/starlight/SocialIcons.astro index 8a57237..9703c0c 100644 --- a/docs/site/src/components/starlight/SocialIcons.astro +++ b/docs/site/src/components/starlight/SocialIcons.astro @@ -43,8 +43,8 @@ const links = config.social || []; unlayered CSS. Unlayered rules always win over anything in a @layer regardless of specificity or source order, so a plain override here is silently ignored no matter how it's written. */ - width: 3rem !important; - height: 3rem !important; + width: 1.5rem !important; + height: 1.5rem !important; } }