Skip to content

Commit

Permalink
MWPW-154562 Fix resource form margins (#2588)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon32 authored Jul 18, 2024
1 parent 16e3720 commit 31c21e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/blocks/marketo/marketo.css
Original file line number Diff line number Diff line change
Expand Up @@ -535,8 +535,8 @@
}

.resource-form.section.two-up .marketo {
margin-left: calc(var(--grid-margins-width) * -1 / 2);
margin-right: calc(var(--grid-margins-width) * -1 / 2);
margin-left: calc(var(--grid-margins-width) * -1);
margin-right: calc(var(--grid-margins-width) * -1);
}

.resource-form .columns {
Expand All @@ -553,7 +553,7 @@
}

@media screen and (min-width: 600px) {
.resource-form .marketo {
.resource-form.section.two-up .marketo {
margin-left: 0;
margin-right: 0;
}
Expand Down

0 comments on commit 31c21e8

Please sign in to comment.