fix: latex paragraphs again lol
build / build (push) Successful in 4s

This commit was merged in pull request #17.
This commit is contained in:
2026-03-17 21:24:36 -06:00
parent 1629efb378
commit 7805de06f2
7 changed files with 127 additions and 49 deletions
@@ -554,4 +554,11 @@ figure.fullwidth figcaption {
; align-items: center
; justify-content: center
; display: flex
; max-width: 55%
; width: 55%
}
p > .latex-fragment.display-math
{ max-width: 100%
; width: 100%
}