mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-08-01 03:02:13 +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 {
|
strong {
|
||||||
font-weight: $semiBoldWeight;
|
font-weight: $semiBoldWeight;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user