Compare commits

..

1 Commits

Author SHA1 Message Date
91de44260d fix: latex-environment belongs to paragraph
All checks were successful
build / build (push) Successful in 44s
wip: feat: org-element specs
2026-03-17 21:03:14 -06:00

View File

@@ -550,8 +550,10 @@ figure.fullwidth figcaption {
.latex-fragment.display-math .latex-fragment.display-math
{ display: block { display: block
; width: 55%
/* Center it — do we want to do that? */ /* Center it — do we want to do that? */
; align-items: center ; align-items: center
; justify-content: center ; justify-content: center
; display: flex ; display: flex
; max-width: 55%
} }