We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 907da70 commit d866f60Copy full SHA for d866f60
src/css/custom.scss
@@ -311,7 +311,7 @@ div[class^='codeBlockTitle'] {
311
312
/* adding this back after original Docusaurus
313
rules overwritten by .embedContainer
314
- TODO: fix what casues this */
+ TODO: fix what causes this */
315
[class^='mainContentHeader'] {
316
border-bottom: 1px solid var(--ifm-toc-border-color);
317
margin-bottom: 20px;
src/css/markdown.scss
@@ -33,8 +33,7 @@ div.markdown {
33
}
34
35
36
- h2,
37
- h4 {
+ h2 {
38
margin-bottom: 1.5rem;
39
padding-bottom: 0.5rem;
40
border-bottom: 2px solid var(--ifm-toc-border-color);
0 commit comments