Hi lode999
You can use the media queries in the file custom.css or the style in the file templates\gk_compact\css\mobile.css , templates\gk_compact\css\small.tablet.css ..
Example:
@media only screen and (max-width: 768px) {
body {
font-size: 14px;
}
}