Skip to content

Commit

Permalink
Fix missing card top margin on largers screens
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiucelfilip committed Dec 23, 2024
1 parent 158e315 commit b5f0128
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client/my-sites/customer-home/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5f0128

Please sign in to comment.