How can I resize my 'Shop Now' button for mobile?

Hi I’m trying to make my shop now button smaller on mobile but I can’t find the right code, can anyone assist please?

can you please share the Store URL so I can provide you accurate code!

@Ozlem

@Ozlem

Please share store URL!

Thanks!

sorry I posted query and went to bed lol

https://a10clothing.com.au/

password: nuflos

https://a10clothing.com.au/

password: nuflos

All sorted

@Ozlem

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

@media only screen and (max-width: 767px){
.hero__btn { font-size: 12px !important; padding: 10px !important;}
}

Thanks!