// ============================================================================= // Styles for ComingSoonPage — shared by every stub section page. // ============================================================================= // Centered, not pinned to `.app-content`'s left edge — same reasoning as // `.settings-page` (settings-pages.scss): on a wide desktop viewport a // left-aligned `max-width` here just left a lopsided gap down the right // side instead of framing the placeholder copy. .coming-soon-page { max-width: 40rem; margin: 0 auto; p { color: var(--color-text-muted); font-size: var(--font-size-md); } }