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);