My Navbar is giving me some trouble. It collapses on screens less than 768 pixels wide, but from 768 pixels onwards it acts strangely until it can fill the page properly: https://i.sstatic.net/jOVYX.png
I attempted to use nav-justified in the HTML, but it just causes each button to stack vertically.
Ideally, I am seeking a solution that doesn't look odd, however, I must keep every link in this menu so trimming them down is not an option.
I believe center-aligning everything would be the best approach so that if stacking is necessary, at least it will be centered.
Has anyone encountered this issue before?