The footer of the site to be accessed via smartphone features a blank space between the two lines of very large text.
Where do I change this spacing?
@media all and (max-width: 590px) {
#gkFooter {
line-height: 20px;
}
}