From 8df577615a66522786d357a11ae2443451cc9e8a Mon Sep 17 00:00:00 2001 From: Arvid Norlin Date: Mon, 10 Jun 2024 14:51:36 +0200 Subject: [PATCH] chore: remove margin --- components/MyPages/Blocks/Benefits/NextLevel/next.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/components/MyPages/Blocks/Benefits/NextLevel/next.module.css b/components/MyPages/Blocks/Benefits/NextLevel/next.module.css index ef6371b49..1a5af7e5a 100644 --- a/components/MyPages/Blocks/Benefits/NextLevel/next.module.css +++ b/components/MyPages/Blocks/Benefits/NextLevel/next.module.css @@ -75,6 +75,7 @@ /* TODO: I presume the actual text-transform value should be: var(--typography-Title-5-textCase); * - verify why we return "upper" and not uppercase. * */ + margin: 0; text-transform: uppercase; text-wrap: balance; }