Skip to content

Commit

Permalink
updated h2 styles
Browse files Browse the repository at this point in the history
  • Loading branch information
rgravitvl committed Nov 24, 2023
1 parent 17fa9a4 commit 26a931f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2205,14 +2205,21 @@ main .section {
}
}

.\!category .default-content-wrapper h2 {
.\!category .default-content-wrapper h2, .\!category .accordion-wrapper h2 {
padding-top: 1rem;
font-size: 1.5rem;
line-height: 2rem;
font-weight: 600;
}

.category .default-content-wrapper h2, .library .accordion-wrapper h2 {
.category .default-content-wrapper h2, .category .accordion-wrapper h2 {
padding-top: 1rem;
font-size: 1.5rem;
line-height: 2rem;
font-weight: 600;
}

.\!category .default-content-wrapper h2, .\!category .accordion-wrapper h2 {
padding-top: 1rem;
font-size: 1.5rem;
line-height: 2rem;
Expand Down
2 changes: 1 addition & 1 deletion styles/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
@apply xl:w-3/4 leading-7 href-text text-base text-danahergray-700;
}

.category .default-content-wrapper h2, .library .accordion-wrapper h2 {
.category .default-content-wrapper h2, .category .accordion-wrapper h2 {
@apply font-semibold text-2xl pt-4;
}
}
Expand Down

0 comments on commit 26a931f

Please sign in to comment.