zjedi / hugo-scroll

Clean, responsive, single-page Hugo website theme.
https://themes.gohugo.io/hugo-scroll/
MIT License
256 stars 187 forks source link

Center contact icons in the footer #172

Closed filippofontana closed 3 months ago

filippofontana commented 3 months ago

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.

See #171 for context.