- 4
Hello, I needed to enlarge the logo, is it somehow done in setup or command?
@media all and (max-width: 1024px) {
.mobile-logo .logo {
width: auto;
height: auto;
}
.mobile-logo img {
position: static;
top: 0;
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media all and (min-width: 1025px) {
.header-lower:after {
content: '';
display: block;
clear: both;
}
.header-logo {
max-width: 20%;
}
.header-logo a img {
max-height: none;
}
}