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

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.