From b5f0128ab3018a439eba6ad066eadd0be37ba74d Mon Sep 17 00:00:00 2001 From: Claudiu Filip Date: Fri, 20 Dec 2024 13:31:02 +0200 Subject: [PATCH] Fix missing card top margin on largers screens --- client/my-sites/customer-home/style.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/my-sites/customer-home/style.scss b/client/my-sites/customer-home/style.scss index b92a9b3d8789c..ccb6ae906b08f 100644 --- a/client/my-sites/customer-home/style.scss +++ b/client/my-sites/customer-home/style.scss @@ -308,10 +308,6 @@ body.is-section-home.theme-default.color-scheme { @include break-small { margin: 32px; } - - @media (min-width: ($break-wide + 1)) { - margin: 0 32px 32px; - } } // Extend the checklist to the edge of the primary content area