From 2e5f6885e0ee1fb2c6574876f296e1f9ce754129 Mon Sep 17 00:00:00 2001 From: Chuma McPhoy Date: Mon, 10 Jun 2024 14:46:23 +0200 Subject: [PATCH] fix(314): make scripted text bigger on desktop --- components/MyPages/Blocks/Benefits/NextLevel/next.module.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/MyPages/Blocks/Benefits/NextLevel/next.module.css b/components/MyPages/Blocks/Benefits/NextLevel/next.module.css index 2f5443b88..ef6371b49 100644 --- a/components/MyPages/Blocks/Benefits/NextLevel/next.module.css +++ b/components/MyPages/Blocks/Benefits/NextLevel/next.module.css @@ -97,4 +97,7 @@ .cardSubtitle { font-size: var(--typography-Title-5-fontSize); } + .level { + font-size: var(--typography-Script-2-fontSize); + } }