Hello
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
@media only screen and (max-width: 1140px) {
	.logo {
        max-width: 250px;
        margin: auto;
    }
}
Ciaran