This repository has been archived on 2025-03-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coryd.dev-eleventy/src/assets/styles/pages/blogroll.css
2024-04-16 09:17:14 -07:00

10 lines
No EOL
142 B
CSS

.blog-roll-icons {
display: flex;
flex-direction: row;
gap: var(--sizing-xs);
& a {
display: flex;
align-items: center;
}
}