fix: icon alignment
This commit is contained in:
parent
c0a81ed58f
commit
78ceef05ae
2 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"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.",
|
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -386,7 +386,7 @@ svg {
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon--center__vertical {
|
.icon--center__vertical {
|
||||||
height: 1.275rem;
|
height: 1.76rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon--center__vertical > svg {
|
.icon--center__vertical > svg {
|
||||||
|
@ -582,4 +582,9 @@ footer nav {
|
||||||
footer nav:first-child {
|
footer nav:first-child {
|
||||||
gap: .75rem;
|
gap: .75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* icons */
|
||||||
|
.icon--center__vertical {
|
||||||
|
height: 1.275rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue