Skip to content

Commit

Permalink
Merge pull request #3653 from DFE-Digital/fix-category-page-padding-i…
Browse files Browse the repository at this point in the history
…ssue

Fix category page padding issue
  • Loading branch information
garethwilliamsdesign authored Oct 26, 2023
2 parents acad746 + e53d611 commit f109b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/webpacker/styles/category.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.category {
background-color: $white;
margin-bottom: 3.5em;

&__hero {
margin: 0;
Expand Down Expand Up @@ -106,7 +107,6 @@

&__container {
border-top: 1px solid $grey;
margin-top: 3.5em;
}
}

Expand Down

0 comments on commit f109b87

Please sign in to comment.