Responsive primary navigation
If I spend too much time on some aspect of a project, it's definitely navigational components.
I've been using a Flexbox ordering pattern which allows to build completely different stuff on different devices without duplicating code. In this case, the five primary tabs are using order 3 on mobile and order 2 on desktop.
More by spacefarm View profile
Like