Make 'View All' button all caps for featured collection

hello i want to make my ‘View All’ button like ‘VIEW ALL’ for my featured collection

I am using dawn theme

This is my store domain: qmpryp-cx.myshopify.com

and this is my password: chasha

Hello @ads18922

Go to Online Store, then Theme, and select Edit Code.
Search for Layout/theme.liquid
Add the provided code at the end of the file.

.collection__view-all a {
text-transform: uppercase;
}

could you make it so that the font is a tiny bit smaller and also the box a bit smaller - thanks

like this plz