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

@ -124,7 +124,7 @@ const handleLogout = async () => {
.coming-soon-title {
font-family: var(--font-display);
font-size: 3rem;
font-weight: 700;
font-weight: 600;
color: var(--text-bright);
margin-bottom: 8px;
}