Google Mobile Usability Warning - Text Too Small To Read

We have default responsive theme template for website and mobile. Any suggestion how the font size for mobile site access can be increased?

TIA

You can add custom CSS styles in the CSS section of the Theme editor

@media (max-width : 480px) {
    // your styles for mobile devices here
}