From e3cdfb190c60fd3361d47c28c8969e1c1621cdcf Mon Sep 17 00:00:00 2001 From: rafapolo Date: Sun, 13 Sep 2026 14:20:16 +0200 Subject: [PATCH] fix: espaco entre pessoas mencionadas e arquivo-fonte no resumo --- web/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/web/index.html b/web/index.html index 467ca2a..88695af 100644 --- a/web/index.html +++ b/web/index.html @@ -261,6 +261,7 @@ } .resumo-text{ font-size:13.5px; line-height:1.6; color:var(--ink); margin:0 0 14px; } .resumo-label{ font-size:11px; text-transform:uppercase; letter-spacing:.06em; color:var(--ink-3); margin-bottom:6px; } + #resumoPeopleBlock{ margin-bottom:14px; } .resumo-people{ display:flex; flex-wrap:wrap; gap:5px; } .resumo-people span{ font-size:12px; color:var(--ink-2); background:var(--page); border:1px solid var(--border);