This commit changes the way contact icons are displayed in the footer: instead of using <li> tags which inherit a 30px left margin, they are now just simple <a> tags handled by flex to center them.
The new style rules are added to the .icons class in assets/css/theme.scss.
This commit changes the way contact icons are displayed in the footer: instead of using
<li>
tags which inherit a 30px left margin, they are now just simple<a>
tags handled by flex to center them.The new style rules are added to the
.icons
class inassets/css/theme.scss
.See #171 for context.