mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-04-02 14:49:13 +08:00
Applied feedbacks
This commit is contained in:
parent
7ec0a9065c
commit
feb07ecda0
@ -6,7 +6,7 @@
|
||||
|
||||
.#{$fa-css-prefix}-lg {
|
||||
font-size: math.div(4em, 3);
|
||||
line-height: (3em * 0.25);
|
||||
line-height: (3em * .25);
|
||||
vertical-align: -.0667em;
|
||||
}
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
.#{$fa-css-prefix}-lg {
|
||||
font-size: math.div(4em, 3);
|
||||
line-height: (3em * 0.25);
|
||||
line-height: (3em * .25);
|
||||
vertical-align: -.0667em;
|
||||
}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
.#{$fa-css-prefix}-ul {
|
||||
list-style-type: none;
|
||||
margin-left: $fa-li-width * 5*0.25;
|
||||
margin-left: $fa-li-width * 1.25;
|
||||
padding-left: 0;
|
||||
|
||||
> li { position: relative; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user