My SVG logo looks fine in Chrome, but stretches out massively in Safari mobile.
Twonk9098
Admin
Rep: 9999
Replied on January 23, 2026, 7:33 am
Safari struggles with SVG aspect ratios inside flex containers. Add `flex-shrink: 0;` and define a strict `width` and `height` attribute directly on the `<svg>` element.