mirror of
https://github.com/YouHaveTrouble/youhavetrouble.github.io.git
synced 2026-05-11 22:06:56 +00:00
adjust element height for nicer focus effect
This commit is contained in:
@@ -112,6 +112,7 @@ projects.sort((a, b) => a.data.name.localeCompare(b.data.name));
|
|||||||
font-family: var(--font-family-serif),serif;
|
font-family: var(--font-family-serif),serif;
|
||||||
gap: 0.25rem;
|
gap: 0.25rem;
|
||||||
padding: 0.25rem;
|
padding: 0.25rem;
|
||||||
|
height: min-content;
|
||||||
&:focus-within {
|
&:focus-within {
|
||||||
background-color: #548e9b;
|
background-color: #548e9b;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user