Huge gaps on my Home page in mobile version - narrative theme

@blisskare

sorry for that issue can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (max-width: 749px) {
.featured-collection .card-list {
    margin-bottom: 0;
}
.featured-collection {
    padding: 0;
}
}