I just learned an interesting trick: https://youtu.be/fuiEYR6Hoe0 <https://youtu.be/fuiEYR6Hoe0>
What’s really interesting to me is that you can get responsive layout without media queries or Javascript. Media queries (besides being ugly if you ask me) are limiting in that they cannot be used in inline CSS. That means you can’t really encapsulate a component/bead without messing with CSS class names. This approach allows for inline CSS which gives much more freedom on how layout can be done and does not require JS to measure anything to accomplish it. Food for thought, Harbs