From 4501d78e5defa6c4dad0390cd91740d927005e78 Mon Sep 17 00:00:00 2001 From: Linus Flood Date: Mon, 28 Oct 2024 09:33:17 +0100 Subject: [PATCH] feat/sw-700 design glitch in overview component --- components/Blocks/DynamicContent/Overview/overview.module.css | 2 +- .../Blocks/DynamicContent/Points/Overview/overview.module.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Blocks/DynamicContent/Overview/overview.module.css b/components/Blocks/DynamicContent/Overview/overview.module.css index 1dd9b754f..b1b2b62a0 100644 --- a/components/Blocks/DynamicContent/Overview/overview.module.css +++ b/components/Blocks/DynamicContent/Overview/overview.module.css @@ -1,5 +1,5 @@ .divider { - padding-top: var(--Spacing-x2); + margin-top: var(--Spacing-x2); } @media screen and (max-width: 767px) { diff --git a/components/Blocks/DynamicContent/Points/Overview/overview.module.css b/components/Blocks/DynamicContent/Points/Overview/overview.module.css index 35c8c607a..30729ba5f 100644 --- a/components/Blocks/DynamicContent/Points/Overview/overview.module.css +++ b/components/Blocks/DynamicContent/Points/Overview/overview.module.css @@ -1,5 +1,5 @@ .divider { - padding-top: var(--Spacing-x2); + margin-top: var(--Spacing-x2); } @media screen and (min-width: 768px) {