git » alan.git » commit 748ae3a

Shrink version line to reduce header height

author Alan Dipert
2025-12-04 16:13:33 UTC
committer Alan Dipert
2025-12-04 16:13:33 UTC
parent 52654465ad7d5e534a7296f50779412ce841708c

Shrink version line to reduce header height

render_text.py +1 -1

diff --git a/render_text.py b/render_text.py
index f8af9fb..9fb88a4 100644
--- a/render_text.py
+++ b/render_text.py
@@ -34,7 +34,7 @@ def render_booklet(data: Dict[str, Any]) -> str:
         info_bits.append(f"params: {joined}")
     if info_bits:
         lines.append(
-            f"<div style=\"font-size: 0.8em; font-family: monospace; margin: 0 0 6px 0;\">"
+            f"<div style=\"font-size: 0.7em; font-family: monospace; margin: 0 0 4px 0;\">"
             f"Test Version: {'; '.join(info_bits)}</div><br/>"
         )
     if meta.get("instructions"):