Comment to Mobile logo size
-
The screen size for i.e a iphone 12 pro is 390 x 844 px. So in order to let this work you can put something in like this:
}
@media (min-width: 360px) and (max-width: 1024px) {
#bx-logo-container {width: 80%; height: 40px; margin-right: 5px; } }