Add footer icon style to accomodate more footer icons

This commit is contained in:
alistair3149 2020-06-23 15:51:05 -04:00
parent 7e155cb3b7
commit 86c5893ded
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -125,5 +125,11 @@
li {
display: flex; // Horizontally aligned with there are two icons in the same li
}
a {
padding: 15px 10px;
display: flex;
align-items: center;
}
}
}