Skip to content

Commit

Permalink
MWPW-154562 Fix resource form margins
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon32 committed Jul 17, 2024
1 parent 0aa18e7 commit 94c4cec
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 94c4cec

Please sign in to comment.