From 75d83a70c677d7f752537b463f77e3b6e12a9fb4 Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Tue, 25 Aug 2026 13:31:35 -0700 Subject: [PATCH] fix the rounded corners on the svg yayyyy --- css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/main.css b/css/main.css index a0837c5..675fcfd 100644 --- a/css/main.css +++ b/css/main.css @@ -212,6 +212,10 @@ footer a:focus-visible { outline: .15rem solid var(--color-accent-flipped); } +footer a:has(svg) { + display: inline-block; +} + footer svg { height: 2rem; width: auto;