Compare commits

..
1 Commits
Author SHA1 Message Date
msyds 1629efb378 fix: latex-environment belongs to paragraph
build / build (push) Successful in 5s
wip: feat: org-element specs
2026-03-17 21:07:33 -06:00
@@ -550,10 +550,8 @@ figure.fullwidth figcaption {
.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%
}