How to resolve mobile usability issues on Google Search Console?

Hi, I’ve had no issues in the last 3 months with mobile usability on the google search console but now have two issues with “text too small to read” and “clickable elements too close together”. I cant see any issue with small text or elements too close on my phone and don’t really know how to find out what the problem is as nothing has been changed on it and it only just started having the issue. any experience or help would be appreciated thanks.

https://www.revolutionracing.co.uk/products/r56-revolution-racing-carbon-fibre-strut-brace

Hi @TobyCook

Please try to add this code at the bottom of your base.css file and then mark issues as solved in your Google search console to check

@media (max-width: 767px) {
.copyright__content,
.share-button__button,
.shopify-payment-button__more-options,
.product__tax,
.product-form__quantity .form__label {
font-size: 16px !important;
}
.product-form__submit {
font-size: 20px !important;
}
}