The demo navbar when a container is added to it is centers both the navbar-brand link and the navbar-toggler in mobile responsive site.

Please use search function, this issue was reported many times and it's fixed in next release for quite a while too.
@thykes Temporary solution. If you can not sleep :)
@media (max-width: 575px) {
.navbar {
.container {
margin-left: 0;
margin-right: 0;
}
}
}
:sob: We have to do a release soon.
Most helpful comment
:sob: We have to do a release soon.