style(visual-fidelity): pages-public — batches A,D,F,G,H

- about.vue: promote h3 → h2 on circle headings (h1→h2→h2→h2)
- coming-soon.vue: font-weight 700 → 600
- members/[id].vue: inline circle badge → <CircleBadge/>; hero size 42→36
- community-guidelines.vue: padding + font-size off-scale snaps
- board.vue: loading/empty padding 60→64
- series/index.vue, join.vue: padding off-scale snaps
This commit is contained in:
Jennie Robinson Faber 2026-04-30 00:13:02 +01:00
parent 1c2d1537a8
commit cad57b0083
7 changed files with 12 additions and 14 deletions

View file

@ -185,7 +185,7 @@ const getEventStatus = (event) => {
display: flex;
align-items: baseline;
gap: 12px;
padding: 10px 28px;
padding: 12px 28px;
border-bottom: 1px dashed var(--border);
font-size: 12px;
}