chore: cleanup styles

This commit is contained in:
Cory Dransfeldt 2024-04-16 09:17:14 -07:00
parent c4c61798b2
commit e5e7e90de4
No known key found for this signature in database
3 changed files with 3 additions and 4 deletions

View file

@ -1,11 +1,10 @@
.blog-roll-icons {
display: flex;
flex-direction: row !important;
flex-direction: row;
gap: var(--sizing-xs);
& a {
display: flex;
flex-direction: column;
align-items: center;
}
}