Hi there,
I want to change the .gkIsPrevBtn font size property to 100px in the image show g4. Is possible to use a different size for mobile devices?
Thank you!
@media screen and (max-width: 600px) {
.gkIsPrevBtn {font-size: 50px;}
}
@media screen and (min-width: 601px) and (max-width: 1200px) {
.gkIsPrevBtn {font-size: 100px;}
}