Skip to content

Commit

Permalink
Amended to fix issue with top padding
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-nichols committed Feb 9, 2024
1 parent d373d36 commit 6270f2f
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 6270f2f

Please sign in to comment.