Currently utilizing bootstrap 4 beta.
In my navbar, standard sized buttons are used as nav-items when the screen is full-sized. These buttons align to the right of the navbar next to the site logo positioned on the left side of the navbar.
https://i.sstatic.net/QpkxB.png
When the screen is small and the hamburger menu is toggled, I want these buttons to span the width of the navbar's dropdown menu.
Currently, the buttons are aligned to the left as shown in the image below.
https://i.sstatic.net/pfM6o.png
I believe that using block-level buttons might achieve the desired result in the dropdown menu, but they wouldn't work on the full-sized navbar...
My inquiry is how can I have the buttons in the second image extend the width of the dropdown menu when the hamburger menu is toggled, yet remain normal size when the screen is large and hasn't collapsed into the hamburger menu like in the first image?