jekyll / minima

Minima is a one-size-fits-all Jekyll theme for writers.
https://jekyll.github.io/minima/
MIT License
3.44k stars 3.64k forks source link

Avoid clipping responsive social SVG icons #808

Closed caizixian closed 1 month ago

caizixian commented 1 month ago

After #677 , social icons slightly clips, probably due to issues similar to https://gsap.com/community/forums/topic/16844-svg-overflowing-its-bounding-box-while-scaling/

For example, see the right edge of the GitHub icon

image

The CSS property added in this PR fixes it.

image
ashmaroli commented 1 month ago

Thank you @caizixian

P.S. @caizixian Do you also encounter a flaky situation where sometimes the social-icons do not render at all in spite of being configured properly in the config file and include_file?

@jekyllbot: merge +fix