Struggling to create a topbar for a webpage with 2 inline divs and having difficulty centering them vertically on media screens.
(Paint) example of what I am trying to achieve
Currently using float: left;
to keep the divs inline along with display: inline-block
for li elements which works well, but doesn't center them vertically on smaller screens.
Any assistance or suggestions would be greatly appreciated!