From 94c4cec5bcff65097272f2494b51b6049831fe31 Mon Sep 17 00:00:00 2001 From: Brandon Marshall Date: Wed, 17 Jul 2024 14:01:39 -0700 Subject: [PATCH] MWPW-154562 Fix resource form margins --- libs/blocks/marketo/marketo.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/blocks/marketo/marketo.css b/libs/blocks/marketo/marketo.css index 75a37a69d4..5d468a288f 100644 --- a/libs/blocks/marketo/marketo.css +++ b/libs/blocks/marketo/marketo.css @@ -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 { @@ -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; }