Technical Doc Page Feedback and Help

Hi guys,
I’m very close to finish the technical documentation page. I still have some problem on the navigation bar.
I set my navbar to sidebar, but I want my navbar move to top after the screen resize to smaller screen.
Any feedback and help will be great.

link: https://codepen.io/IceB/full/MWYaZPp

Thanks

You’re almost there! The desktop version looks great, just finish your media query for smaller displays and you’ll have it. Look at using flex to set the navigation bar at the top of the screen.
Cheers!

Thanks, I will try to use the flex to set the navbar.