Merhaba;
bu şekilde birdedeneyin.
.home {
background-size: cover;
position: relative;
padding-top: 300px;
padding-bottom: 320px;
width: 100%;
background: url(../images/home-bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}Navbar'ın ve logonun da daha iyi gözükmesi için şu kodu ekleyin.
@media (max-width: 543px) {
.navbar-brand {
padding: 0px 25px;
}
.navbar-brand img {
max-width: 50%;
}
}