Hi Lech,
I think this will fix your issue.
Add this to the bottom of your style.css file.
@media only screen and (max-width : 768px) {
.navbar-default {height: auto;}
}