Update the icon margin rule for FontAwesome 5

Fixes margin between calendar icons.
This commit is contained in:
Colin Finck 2020-08-03 08:22:35 +02:00 committed by GitHub
parent 8c592f1671
commit f655d13f42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ button {
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
a i.fa, button i.fa {
a i.far, button i.far {
margin: 0 5px;
}