fix(style): MathJax non-inline formulae center (#1886)

This commit is contained in:
Emile Bangma 2025-03-30 21:19:53 +02:00 committed by GitHub
parent 7ca9dd9a70
commit 9ff6c7a3f5
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 {
font-weight: $semiBoldWeight;
}