Can you try clearing your caching plugin?
I’m still seeing the old CSS being added.
It should be:
.main-navigation .inside-navigation .site-logo.navigation-logo img {
width: 300px;
height: auto;
}
.main-navigation.mobile-header-navigation .mobile-header-logo img {
width: 100px;
height: auto;
}