reduce the white space on homepage shopify debut

I wish to reduce the gap above and below the collections list and below the image with text on my homepage. just by say 50%

Hi @Henrybags

Please add the following code to your theme.scss file at the very end:

div#shopify-section-1558084037618 {
    padding-top: 0px;
    padding-bottom: 0px;
}

Should that help answer your query, we always appreciate liking & marking an as answer to let the community find quality solutions faster. Thanks!