diff --git a/core/themes/olivero/css/layout/layout-builder-twocol-section.css b/core/themes/olivero/css/layout/layout-builder-twocol-section.css index 1fc5c47cd06..843cf32f396 100644 --- a/core/themes/olivero/css/layout/layout-builder-twocol-section.css +++ b/core/themes/olivero/css/layout/layout-builder-twocol-section.css @@ -31,10 +31,10 @@ @media (min-width: 700px) { [dir="ltr"] .layout--twocol-section--50-50 > .layout__region--first { - margin-right: 18px) + margin-right: 18px } [dir="rtl"] .layout--twocol-section--50-50 > .layout__region--first { - margin-left: 18px) + margin-left: 18px } .layout--twocol-section--50-50 > .layout__region--first { flex-basis: calc(50% - 18px); @@ -52,10 +52,10 @@ flex-basis: calc(50% - 18px); } [dir="ltr"] .layout--twocol-section--33-67 > .layout__region--first { - margin-right: 11.9988px) + margin-right: 11.9988px } [dir="rtl"] .layout--twocol-section--33-67 > .layout__region--first { - margin-left: 11.9988px) + margin-left: 11.9988px } .layout--twocol-section--33-67 > .layout__region--first { flex-basis: calc(33.33% - 11.9988px); diff --git a/core/themes/olivero/css/layout/layout-builder-twocol-section.pcss.css b/core/themes/olivero/css/layout/layout-builder-twocol-section.pcss.css index 5dd2d329b69..8e851211c0c 100644 --- a/core/themes/olivero/css/layout/layout-builder-twocol-section.pcss.css +++ b/core/themes/olivero/css/layout/layout-builder-twocol-section.pcss.css @@ -25,7 +25,7 @@ .layout--twocol-section--50-50 { & > .layout__region--first { flex-basis: calc(50% - (var(--grid-gap--md) * 0.5)); - margin-inline-end: calc(var(--grid-gap--md) * 0.5)); + margin-inline-end: calc(var(--grid-gap--md) * 0.5); } & > .layout__region--second { @@ -37,7 +37,7 @@ .layout--twocol-section--33-67 { & > .layout__region--first { flex-basis: calc(33.33% - (var(--grid-gap--md) * 0.3333)); - margin-inline-end: calc(var(--grid-gap--md) * 0.3333)); + margin-inline-end: calc(var(--grid-gap--md) * 0.3333); } & > .layout__region--second {