Skip to content

Commit

Permalink
Added padding in paragraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-nichols committed Feb 8, 2024
1 parent ea2b089 commit d373d36
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2652,6 +2652,14 @@ main .section.carousel-container {
padding-bottom: 2rem;
}

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

.category main .section p {
padding-bottom: 1.5rem;
}

@media (min-width: 1280px) {

.\!category .default-content-wrapper p {
Expand Down
4 changes: 4 additions & 0 deletions styles/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,10 @@
@apply py-8;
}

.category main .section p {
@apply pb-6;
}

.category .default-content-wrapper p {
@apply xl:w-3/4;
}
Expand Down

0 comments on commit d373d36

Please sign in to comment.