Hi Christine Kosoff
Okay, Kindly add the below CSS in the Additional CSS box, Please go to the Appearance => Customize => Additional CSS then paste the CSS here and click to Publish button.
@media (max-width: 500px){
.navbar-brand img {
max-width: 108px !important;
}
}
@media (min-width: 992px){
.navbar-brand {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
}
Let us know if it works.
Thanks