From 26a931feb18cd27c3602230790725b81798880d8 Mon Sep 17 00:00:00 2001 From: rgravitvl Date: Fri, 24 Nov 2023 17:00:01 +0530 Subject: [PATCH] updated h2 styles --- styles/styles.css | 11 +++++++++-- styles/tailwind.css | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/styles/styles.css b/styles/styles.css index d04dd34b6..843ca62dc 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -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; diff --git a/styles/tailwind.css b/styles/tailwind.css index 991b0b0f5..270ba5534 100644 --- a/styles/tailwind.css +++ b/styles/tailwind.css @@ -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; } }