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) {