From bd94a1b33bd2570257a78956362d0d3eb9b3c41a Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Mon, 21 Jul 2025 16:47:07 +0200 Subject: [PATCH] adjust element height for nicer focus effect --- src/components/ProjectsFeature.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ProjectsFeature.astro b/src/components/ProjectsFeature.astro index a29da28..d0814cb 100644 --- a/src/components/ProjectsFeature.astro +++ b/src/components/ProjectsFeature.astro @@ -112,6 +112,7 @@ projects.sort((a, b) => a.data.name.localeCompare(b.data.name)); font-family: var(--font-family-serif),serif; gap: 0.25rem; padding: 0.25rem; + height: min-content; &:focus-within { background-color: #548e9b; }