/*
 Theme Name:   Storefront Child
 Theme URI:    https://example.com/
 Description:  A child theme for Storefront
 Author:       Your Name
 Author URI:   https://example.com/
 Template:     storefront
 Version:      1.0.0
*/

/* You can put child theme CSS below */

/* Add spacing between Cover blocks inside each column */
.page-template-template-homepage .wp-block-column .wp-block-cover {
    margin-bottom: 15px; /* adjust as needed */
}

/* Optional: remove bottom margin from the last Cover block in each column */
.page-template-template-homepage .wp-block-column .wp-block-cover:last-child {
    margin-bottom: 0;
}
