From 1bfff53e5716e89992214fd47164d9483b240726 Mon Sep 17 00:00:00 2001 From: James Demery Date: Thu, 23 Oct 2025 08:30:31 -0400 Subject: [PATCH] BB2-3914: Fix formatting for headers --- client/src/styles/index.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/src/styles/index.scss b/client/src/styles/index.scss index caab5ff..08e5ce2 100644 --- a/client/src/styles/index.scss +++ b/client/src/styles/index.scss @@ -39,3 +39,8 @@ $image-path: "~@cmsgov/design-system/dist/images"; width: 445px; } } + +h1, h2, h3, h4, h5, h6 { + font: revert; + margin-block: revert; +}