Add this to your custom css..
@media (min-width: 576px) {
.custom-logo-link {
max-width: 200px;
margin-top: 6px
}
}
@media (min-width: 768px) {
.custom-logo-link {
max-width: 200px;
margin-top: 6px
}
}
@media (min-width: 992px) {
.custom-logo-link {
max-width: 248px;
margin-top: 9px
}
}
@media (min-width: 1200px) {
.custom-logo-link {
max-width: 260px;
margin-top: 9px
}
}