fix: align display math

This commit is contained in:
2026-02-28 16:50:00 -07:00
parent 4b4573ee1d
commit 06c20588f2
4 changed files with 162 additions and 23 deletions
@@ -546,3 +546,13 @@ figure.fullwidth figcaption {
.latex-fragment
{ fill: currentColor
}
.latex-fragment.display-math
{ display: block
; width: 55%
/* Center it — do we want to do that? */
; align-items: center
; justify-content: center
; display: flex
; max-width: 55%
}