Skip to content

Commit 8fd1563

Browse files
authored
fix: 💄 apply h2 styles to all descendants instead of only direct children (#162)
# Description Of hero-text and landing-page-block. This style still doesn't apply to H2 headers outside of these two classes. Related to seedcase-project/check-datapackage#8. This PR needs a quick/an in-depth review. ## Checklist - [X] Ran `just run-all`
1 parent 5c4d6d1 commit 8fd1563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_extensions/seedcase-theme/_brand.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ defaults:
124124
flex-direction: row;
125125
}
126126
127-
.hero-text>h2,
128-
.landing-page-block>h2 {
127+
.hero-text h2,
128+
.landing-page-block h2 {
129129
margin-top: 0.5rem;
130130
border-bottom: none;
131131
}

0 commit comments

Comments
 (0)