Skip to content

Commit d866f60

Browse files
committed
remove excessive margin from h4s
1 parent 907da70 commit d866f60

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/css/custom.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ div[class^='codeBlockTitle'] {
311311

312312
/* adding this back after original Docusaurus
313313
rules overwritten by .embedContainer
314-
TODO: fix what casues this */
314+
TODO: fix what causes this */
315315
[class^='mainContentHeader'] {
316316
border-bottom: 1px solid var(--ifm-toc-border-color);
317317
margin-bottom: 20px;

src/css/markdown.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ div.markdown {
3333
}
3434
}
3535

36-
h2,
37-
h4 {
36+
h2 {
3837
margin-bottom: 1.5rem;
3938
padding-bottom: 0.5rem;
4039
border-bottom: 2px solid var(--ifm-toc-border-color);

0 commit comments

Comments
 (0)