Why isnt my nav bar responsive?

When i resize editor i.e. make it smaller nav bar doesnt go into column.

https://codepen.io/bego96/pen/XqoayV

In a media query you need to add .navigation-bar{flex-direction: column;}

1 Like

Just watched one video how he makes it, but thanks for the answer i’ll keep that in mind. Is it possible for me to move my “About” to very right while the rest of nav bar is on very left?