Oct 26, 2025
Chasing a Layout Shift That Only Showed Up on Mobile
A CLS regression that never appeared on desktop, traced back to a font fallback with different metrics.
A CLS regression that never appeared on desktop, traced back to a font fallback with different metrics.
Going through every transition on the site one by one to check it actually respects prefers-reduced-motion.
Swapping a media-query hack for a container query solved a card layout bug I'd been patching around for months.
Self-hosting two font families cut a render-blocking request and a chunk of layout shift in one afternoon.