In fact is something with the CSS calculation! I solved half of the problem with this:
Full Width Squeezed FIX
.full-center #logo {
max-width: 100%;
}
#logo.has-img a > img {
padding: 1px;
}
Low Resolution “Too Big” FIX
#mobile-logo.has-img {
max-width: 28%;
}
But I can’t solve the “Too Small” issues. I believe the logo (image) CSS needs a review. Maybe something with the “Media Type” rule, ’cause no matter the size, those problems still there with the current CSS.