mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
fix(style): MathJax non-inline formulae center
This commit is contained in:
parent
7ca9dd9a70
commit
830242454e
@ -65,6 +65,14 @@ ul,
|
||||
}
|
||||
}
|
||||
|
||||
article > mjx-container.MathJax {
|
||||
display: flex;
|
||||
> svg {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
}
|
||||
|
||||
strong {
|
||||
font-weight: $semiBoldWeight;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user