How can I decrease the size of the 'View all' button on my homepage?

Good day everyone, does anyone know hw can i easily reduce the size of the “view all” button on home page?

TIA!

Cheers!

hii, @hurencio
Kindly share your store URL so,
I can solve your issue.
Thank You.

Here it is, https://artsuppliesaustralia.com.au/

thank you!

@hurencio
Can you give me a screenshot what you want so,
I can solve this.
Thank You.

Something like this? is it possible?

hii, @hurencio
paste this code on top of the theme.scss file.

.text-center .btn {
    height: 14px !important;
    padding-top: 0px !important;
    width: 70px !important;
    padding-left: 1px !important;
}

Thank You.

@Zworthkey Fantastic! It’s perfect!

Thanks for the help!

Cheers!!

@hurencio
Welcome.