Good Morning
I put the logo as a picture, I would put the logo bigger and that is responsive to the cell, can you help me?
sorry for my english
.gk-logo img {
max-height: 110px;
}
@media only screen and (max-width: 440px) {
.gk-logo img { max-height: 100px !important;}
}