DEV Community

Discussion on: Code a Responsive Navbar with HTML and CSS Flexbox: Pt. 2

Collapse
 
andrebclark profile image
Andre • Edited

It may be simpler to use justify-content: space-between on the nav itself and moving the page title outside of the list. it really cuts down on the amount of adjustments needed for your desired result. here's a fork I made as an example:
codepen.io/cosmicdivision/pen/PoYGpGB
what do you think of this approach?