adjust element height for nicer focus effect

This commit is contained in:
2025-07-21 16:47:07 +02:00
parent 232176583e
commit bd94a1b33b
+1
View File
@@ -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;
}