fix(style): MathJax in callouts spacing (#1892)
Some checks failed
Build and Test / build-and-test (ubuntu-latest) (push) Has been skipped
Build and Test / publish-tag (push) Has been skipped
Build and Test / build-and-test (macos-latest) (push) Has been cancelled
Build and Test / build-and-test (windows-latest) (push) Has been cancelled

This commit is contained in:
Emile Bangma 2025-03-31 23:14:30 +02:00 committed by GitHub
parent c5304b35c0
commit f334e78ed6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,11 +65,18 @@ ul,
} }
} }
article > mjx-container.MathJax { article {
display: flex; > mjx-container.MathJax,
> svg { blockquote > div > mjx-container.MathJax {
margin-left: auto; display: flex;
margin-right: auto; > svg {
margin-left: auto;
margin-right: auto;
}
}
blockquote > div > mjx-container.MathJax > svg {
margin-top: 1rem;
margin-bottom: 1rem;
} }
} }