From 141504d65f961b652484efe1669b0262ce5898b6 Mon Sep 17 00:00:00 2001 From: israellund Date: Mon, 12 Aug 2024 18:00:15 -0400 Subject: [PATCH] text now has more spacing on top --- .../commonwealth/client/styles/pages/discussions/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/commonwealth/client/styles/pages/discussions/index.scss b/packages/commonwealth/client/styles/pages/discussions/index.scss index 1a63548375f..5c2a9c51529 100644 --- a/packages/commonwealth/client/styles/pages/discussions/index.scss +++ b/packages/commonwealth/client/styles/pages/discussions/index.scss @@ -22,7 +22,7 @@ $size: 48px; .UserTrainingSliderPageLayout, .AdminOnboardingSliderPageLayout { padding-inline: 0; - margin-top: -36px; + margin-top: -30px; @include smallInclusive { margin-top: -12px;