Don't add default margin to font awesome icons

We were removing the margin half of the time, and sometimes removing it
made us use `!important` rules.
This commit is contained in:
Javi Martín
2021-06-29 16:18:47 +02:00
parent 5531a0b2bc
commit 450d954526
12 changed files with 18 additions and 13 deletions

View File

@@ -204,7 +204,6 @@
&::after {
font-weight: bold;
margin-left: 0.5em;
margin-right: 0;
}
}
}