How can I increase the mobile font size for price on my website?

my website is lgbtqstyles.com // mohtse

I want to adjust the size of the font representing the price. only mobile !!!

Hello @swoo0105

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

#price-template--17813230780715__main>div>div>div.price__regular>span.price-item.price-item--regular {
    font-size: 28px;
}