From cf437ff6972d59de6f86c509db5f0e41842986fe Mon Sep 17 00:00:00 2001 From: Jamie Henson Date: Tue, 12 Nov 2024 14:54:55 +0000 Subject: [PATCH] fixup: add p4 val to right place --- src/core/styles/properties.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/styles/properties.css b/src/core/styles/properties.css index d6b5b9609..fde0800e7 100644 --- a/src/core/styles/properties.css +++ b/src/core/styles/properties.css @@ -185,6 +185,7 @@ --fs-p1: 1rem; --fs-p2: 0.938rem; --fs-p3: 0.875rem; + --fs-p4: 0.813rem; --fs-standfirst-xl: 2.25rem; --fs-standfirst: 1.5rem; --fs-sub-header: 1.125rem;