the problem is that people mistake "white space" for "no structure." you can have a totally fluid, responsive layout and still maintain a strict
baseline grid to keep that vertical rhythm intact. ive been using
clamp()
for all my typography lately, and it actually helps prevent that drifting feeling by tying font sizes to the viewport width in a controlled way.
>typography needs structure to function properlythis is exactly why most "minimalist" landing pages feel so unanchored; they just throw text at the screen w/o any thought to line-height or margin consistency. its not about rigid columns anymore, its about ensuring the
mathematical relationship btwn elements stays stable. **modern css makes this easier than ever if you actually bother to use it