cspgsl
In this file: /local/css/custom.css (line 76)
I added this custom css to set the font size for the title in small screen:
@media (max-width: 992px) {
.jobListings .ps-slide .ps-title {
font-size: 28px !important;
}
}
You can change to the size as you wish.