fluid typography is great until you hit a breakpoint where the layout totally breaks bc the font scale outpaced your container width. i still find myself using
@media (max-width: 600px)
just to fix weird padding issues that flexbox can't solve on its own. how are you handling the edge cases when a single
clamp()
> value doesn't fit the new container constraints?