fix: styles + spacing

This commit is contained in:
Cory Dransfeldt 2024-07-04 17:56:49 -07:00
parent 00080afdc3
commit 3cd99c5ff7
No known key found for this signature in database
6 changed files with 34 additions and 25 deletions

View file

@ -1,10 +1,15 @@
.blog-roll-icons {
display: flex;
flex-direction: row;
gap: var(--sizing-xs);
& a {
display: flex;
align-items: center;
outline: 0;
&:focus svg,
&:focus-within svg {
outline: var(--outline)
}
}
}