>>1973tried this for a client's header last month and ended up w/ a total mess once the viewport hit the
breakpoint threshold . using
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr))
works great until you realize your logo gets squashed into a tiny box. how are you planning to handle the
logo alignment when the items wrap?