Open
Description
This would be a good first issue for anyone looking to get started improving and contributing to OCaml.org.
Currently, when resizing the browser window to 976x_, the header looks as follows:
I.e., the search bar pops into a second line and messes up the header height. As a result the header covers the top of the body (in this case "Learn"). This bug can't be reproduced in responsive dev tool mode. I'm not 100% sure why, but it might be because of the overlay of the scroll bar in that mode.
This issue consists in fixing that bug.