Fix accordion arrow icons

This commit is contained in:
Sean King 2021-10-05 23:11:36 -06:00
parent 89ac03e07a
commit e7f7a3cb6f
No known key found for this signature in database
GPG key ID: 510C52BACD6E7257

View file

@ -28,9 +28,10 @@
&::after {
content: '';
display: block;
font-family: ForkAwesome;
font-size: 20px;
padding-left: 10px;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 0.8em;
padding-left: 0.6em;
margin-left: auto;
}
}