fix: icon alignment

This commit is contained in:
Cory Dransfeldt 2024-02-19 19:54:17 -08:00
parent c0a81ed58f
commit 78ceef05ae
No known key found for this signature in database
2 changed files with 7 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "6.3.9",
"version": "6.3.10",
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
"type": "module",
"scripts": {

View file

@ -386,7 +386,7 @@ svg {
}
.icon--center__vertical {
height: 1.275rem;
height: 1.76rem;
}
.icon--center__vertical > svg {
@ -582,4 +582,9 @@ footer nav {
footer nav:first-child {
gap: .75rem;
}
/* icons */
.icon--center__vertical {
height: 1.275rem;
}
}