Skip to content

Commit

Permalink
Remove top border from image-card
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinJJones committed Sep 21, 2023
1 parent 360dab5 commit 098aafc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/assets/stylesheets/views/_homepage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -304,3 +304,10 @@
padding-right: govuk-spacing(4);
}
}

// temp override to remove the top border,
// will need to update the image-card component in the gem
// this can then be removed
.homepage-section--promotion-slots .gem-c-image-card__image {
border-top: none;
}

0 comments on commit 098aafc

Please sign in to comment.