Code to make the "add to cart" buttons smaller in featured collection.

Hi Simon159

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

.quick-add button.quick-add__submit {
    min-width: max-content;
    width: max-content;
    margin: auto;
    padding: 0 20px;
}

Result (example)

Best

Liz