mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-06-21 16:24:36 +00:00
fix(style): MathJax non-inline formulae center (#1886)
This commit is contained in:
@ -65,6 +65,14 @@ ul,
|
||||
}
|
||||
}
|
||||
|
||||
article > mjx-container.MathJax {
|
||||
display: flex;
|
||||
> svg {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
}
|
||||
|
||||
strong {
|
||||
font-weight: $semiBoldWeight;
|
||||
}
|
||||
|
Reference in New Issue
Block a user