Compare commits

..
1 Commits
Author SHA1 Message Date
msyds 91de44260d fix: latex-environment belongs to paragraph
build / build (push) Successful in 44s
wip: feat: org-element specs
2026-03-17 21:03:14 -06:00
@@ -550,8 +550,10 @@ 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%
}