Open utsavo-afk opened 3 years ago
add
.logo-dark {
height: auto;
width: auto;
max-height: 72px;
max-width: 250px;
}
.logo-light {
height: auto;
width: auto;
max-height: 72px;
max-width: 250px;
}
at the end of your _navbar.scss file located at /assets/vendor/startbootstrap-clean-blog/scss/components/ take care :slightly_smiling_face:
this is my _config.yml
This is my navbar.html in _includes folder
I've modified the navbar-brand with custom images, but this breaks the whole site, where am I going wrong?