From 07966d077f572361f0708a9cba48e69ca059b898 Mon Sep 17 00:00:00 2001 From: Jean-Marie 'Histausse' Mineau Date: Fri, 24 Jul 2026 16:38:09 +0200 Subject: [PATCH] fix random

margin in alt text group --- lib/figures.typ | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/figures.typ b/lib/figures.typ index d20fccb..a0f1651 100644 --- a/lib/figures.typ +++ b/lib/figures.typ @@ -77,6 +77,10 @@ opacity: 1; transition: opacity 250ms ease-in 1s, visibility 0ms ease-in 1s; } + + p { + margin: 0; + } } }