added space between letters and icon
This commit is contained in:
parent
d2d0b5d39a
commit
36e1c59a9d
File diff suppressed because one or more lines are too long
|
@ -17,8 +17,8 @@ header nav {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* https://fontawesome.com/v5.0/icons */
|
||||||
a[href$=".pdf"]:after {
|
a[href$=".pdf"]:after {
|
||||||
/* https://fontawesome.com/v5.0/icons */
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -28,6 +28,7 @@ a[href$=".pdf"]:after {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
font-family: 'Font Awesome 5 Free';
|
font-family: 'Font Awesome 5 Free';
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
|
margin-left: .5rem;
|
||||||
content: "\f1c1";
|
content: "\f1c1";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue