fixed icon positioning in links

This commit is contained in:
antelle 2020-12-04 09:18:23 +01:00
parent 893a0f43c1
commit e129e52e01
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@
.fa { .fa {
@include fa-icon; @include fa-icon;
a > & {
vertical-align: bottom;
}
} }
$fa-glyph-counter: 61440; // 0xf000 $fa-glyph-counter: 61440; // 0xf000