Fix alignment for footer icons if they are in the same li (#124)

This commit is contained in:
alistair3149 2020-06-09 13:23:28 -04:00 committed by GitHub
parent c14bb9135e
commit 6c4cef36f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,6 +126,10 @@
margin: 0 -@margin-side / 2;
display: flex;
li {
display: flex; // Horizontally aligned with there are two icons in the same li
}
a {
padding: @margin-side * 0.75 @margin-side / 2;
height: 50px; // CSS hack to force SVG icon to appear