Skip to content

Commit

Permalink
Merge pull request #783 from hlxsites/774-category-spacing
Browse files Browse the repository at this point in the history
774 Category Spacing - Amended to fix issue with top padding
  • Loading branch information
davenichols-DHLS authored Feb 12, 2024
2 parents 0293f89 + 6270f2f commit 0787828
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2652,11 +2652,11 @@ main .section.carousel-container {
padding-bottom: 2rem;
}

.\!category main .section p {
.\!category .container-two-col .col-right p {
padding-bottom: 1.5rem;
}

.category main .section p {
.category .container-two-col .col-right p {
padding-bottom: 1.5rem;
}

Expand Down
2 changes: 1 addition & 1 deletion styles/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
@apply py-8;
}

.category main .section p {
.category .container-two-col .col-right p {
@apply pb-6;
}

Expand Down

0 comments on commit 0787828

Please sign in to comment.