fix(style): MathJax non-inline formulae center

This commit is contained in:
Emile Bangma 2025-03-30 19:11:27 +00:00 committed by GitHub
parent 7ca9dd9a70
commit 830242454e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,6 +65,14 @@ ul,
} }
} }
article > mjx-container.MathJax {
display: flex;
> svg {
margin-left: auto;
margin-right: auto;
}
}
strong { strong {
font-weight: $semiBoldWeight; font-weight: $semiBoldWeight;
} }