Update to Font Awesome v5.5.0

This commit is contained in:
Michael Romero 2018-11-05 00:38:37 -08:00
commit 8a0d489252
7 changed files with 43 additions and 52 deletions

File diff suppressed because one or more lines are too long

View file

@ -789,7 +789,7 @@ h4.see-also {
ul.share li:last-of-type {
margin-right: 0;
}
ul.share li .fa {
ul.share li .fab {
display: block;
width: 30px;
height: 30px;
@ -806,6 +806,6 @@ h4.see-also {
text-decoration: none !important;
margin: 0;
}
ul.share li:hover .fa {
ul.share li:hover .fab {
transform: scale(1.4)
}