Hi
teh text in the website title is too big. How can i change the font size of the title? Also, when displaying on mobiles, the title font is very big.
www.stockclearancelines.com
@media only screen and (max-width:999px) {
#gkLogo.text > span {
font-size: 65px;
}
}
@media only screen and (max-width:725px) {
#gkLogo.text > span {
font-size: 35px;
line-height: 50px;
}
#gkLogo.text .gkLogoSlogan {
font-size: 15px;
line-height: 15px;
}
@media only screen and (max-width:435px) {
#gkLogo.text > span {
font-size: 20px;
line-height: 30px;
}
#gkLogo.text .gkLogoSlogan {
font-size: 9px;
line-height: 9px;
}
}