fix: icon alignment
This commit is contained in:
parent
c0a81ed58f
commit
78ceef05ae
2 changed files with 7 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue