Skip to content

Commit

Permalink
target only direct children of the .story-body parent
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielakhanna committed Feb 28, 2025
1 parent a7811bf commit b14814c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/cards/story.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
}

.story-body h3:not(.h3) {
.story-body > h3:not(.h3) {
font-size: var(--h2);
}

Expand Down

0 comments on commit b14814c

Please sign in to comment.