fix(style): MathJax non-inline formulae center (#1886)
This commit is contained in:
parent
7ca9dd9a70
commit
9ff6c7a3f5
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue