Hi, I will like to increase the logo image at the botton of the page to be higher and widther
Thank you
.gk-logo img {
max-height: 125px;
}
.gk-logo img {
max-height: 125px;
}
@media only screen and (max-width:800px) {
.gk-logo img {
max-height: 90px;
}
}