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,12 +65,19 @@ ul,
}
}
article > mjx-container.MathJax {
article {
> mjx-container.MathJax,
blockquote > div > mjx-container.MathJax {
display: flex;
> svg {
margin-left: auto;
margin-right: auto;
}
}
blockquote > div > mjx-container.MathJax > svg {
margin-top: 1rem;
margin-bottom: 1rem;
}
}
strong {