fix: align display math

This commit is contained in:
2026-02-28 16:49:35 -07:00
parent c077186c10
commit de96a6245b
4 changed files with 162 additions and 23 deletions

View File

@@ -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%
}