The original responsive breakpoint was given as 800px. However, the header becomes squashed way before it reaches that breakpoint. The image below shows the page at a width of 888px.
After some playing around, I think a width of 1024px is much better for the responsiveness of the header.
The original responsive breakpoint was given as
800px
. However, the header becomes squashed way before it reaches that breakpoint. The image below shows the page at a width of888px
.After some playing around, I think a width of
1024px
is much better for the responsiveness of the header.Header just before the breakpoint at
1025px
:Header at
888px
: