added space between letters and icon

This commit is contained in:
jorge 2021-11-19 16:00:54 +01:00
parent d2d0b5d39a
commit 36e1c59a9d
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -17,8 +17,8 @@ header nav {
}
/* https://fontawesome.com/v5.0/icons */
a[href$=".pdf"]:after {
/* https://fontawesome.com/v5.0/icons */
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
@ -28,6 +28,7 @@ a[href$=".pdf"]:after {
line-height: 1;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
margin-left: .5rem;
content: "\f1c1";
}