Applied feedbacks

This commit is contained in:
Arthur LORENT 2021-10-30 22:28:10 +02:00
parent 7ec0a9065c
commit feb07ecda0
3 changed files with 3 additions and 3 deletions

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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; }