If you add a menu item class to your Homepage menu item - e.g. homepageClass - then add .homepageClass just before the custom CSS suggested above, it should target the Homepage logo only.
.homepageClass .navbar-brand.logo-control {
width: 113px;
}
You can name the class whatever you like.