From f05a6119104baba04a9cad7791979fe4bbf414c5 Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Tue, 8 Sep 2026 13:20:40 +0100 Subject: [PATCH] fix: h1 heading weight in editor --- .../features/public-space/components/docs/docs.module.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/client/src/features/public-space/components/docs/docs.module.css b/apps/client/src/features/public-space/components/docs/docs.module.css index 2822bc4ce..a46480c3f 100644 --- a/apps/client/src/features/public-space/components/docs/docs.module.css +++ b/apps/client/src/features/public-space/components/docs/docs.module.css @@ -776,10 +776,10 @@ /* Modest semibold heading scale (Cloudflare-style); class doubled to outrank * the shared editor and .public-typography rules. */ .root.root :global(.ProseMirror) h1 { - font-size: 2.1875rem; + font-size: 1.75rem; font-weight: 600; - letter-spacing: -0.025em; - line-height: 1.25; + letter-spacing: -0.02em; + line-height: 1.3; } .root.root :global(.ProseMirror) h2 {