Skip to content

Commit

Permalink
Revert "MWPW-154562 Fix resource form margins (#224)"
Browse files Browse the repository at this point in the history
This reverts commit 627cdea.
  • Loading branch information
Brandon32 authored Jul 22, 2024
1 parent 627cdea commit 2d37374
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ main .section.five-up {
padding-right: var(--grid-margins-width);
}

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

@media screen and (min-width: 1200px) {
main .section.grid-width-10 {
padding-left: var(--grid-margins-width-10);
Expand All @@ -98,10 +93,3 @@ main .resource-form.section.two-up .marketo {
padding-right: var(--grid-margins-width-6);
}
}

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

0 comments on commit 2d37374

Please sign in to comment.