Button: fix follow button icon padding

This commit is contained in:
Alex Gleason 2021-10-31 22:41:59 -05:00
parent 0f66b5ef8e
commit 96e6aea616
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -159,7 +159,7 @@ a.button {
justify-content: center;
.svg-icon {
margin-left: 6px;
margin: 0 0 0 6px;
width: 20px;
height: 20px;
}