What problem does this address?
In an attempt to provide responsive font sizes, I've noticed that using viewport width vw breaks the layout of the Query Loop columns in the Firefox browser.
Video here: #37295 (comment)
Examples of font sizes I have tried:
clamp( 1rem, 1.6vw, 1.5rem )
max( calc( 12px + 0.6vw ), 16px )
and many other variations each with a vw value, all break the query columns layout.
What is your proposed solution?
I don't have a definite solution.
Grid layout for the query loop?
Alternative to vw for providing responsive font sizes?
Would love to hear some alternative solutions.
What problem does this address?
In an attempt to provide responsive font sizes, I've noticed that using viewport width
vwbreaks the layout of the Query Loop columns in the Firefox browser.Video here: #37295 (comment)
Examples of font sizes I have tried:
and many other variations each with a
vwvalue, all break the query columns layout.What is your proposed solution?
I don't have a definite solution.
Grid layout for the query loop?
Alternative to
vwfor providing responsive font sizes?Would love to hear some alternative solutions.