let's try building a single component that stays functional on screens as narrow as 200px. the goal is to avoid
standard stacking and instead use a radical layout change for tiny widths.
>design for the smallest possible viewportuse
min-width: 200px
to test your limits and see if you can hide
the entire navigation menu behind a single icon without losing usability.