fix(detail): let the special-school note span the full container width

Drop the note's `max-width: 72ch`, which left it stopping well short of the
section's right edge. It now fills the results-section container like the
subtitle paragraph above it.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0146VHeLAWjDVE2B5uU67jCB
This commit is contained in:
Tudor
2026-07-20 22:45:59 +01:00
co-authored by Claude Opus 4.8
parent 0b36eace9d
commit f1dd12e539
@@ -9,7 +9,6 @@
font-size: 0.9rem; font-size: 0.9rem;
line-height: 1.5; line-height: 1.5;
color: var(--text-secondary, #5c564d); color: var(--text-secondary, #5c564d);
max-width: 72ch;
} }
.note strong { .note strong {
color: var(--text-primary, #1a1612); color: var(--text-primary, #1a1612);