Unverified Commit b9a52da4 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3212704 by Gauravmahlawat, mherchel: Olivero: content below region...

Issue #3212704 by Gauravmahlawat, mherchel: Olivero: content below region 33/33/33 layout broken in IE11
parent 720de231
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@

@media (min-width: 43.75rem) {
    .region--content-below > * {
      flex-basis: calc(33.33% - 1.4985rem)
      flex-basis: calc(33.33% - 1.50075rem)
    }

      [dir="ltr"] .region--content-below > *:nth-child(2n),[dir="ltr"] 
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

  @media (--md) {
    & > * {
      flex-basis: calc(33.33% - (var(--grid-gap--md) * 0.666));
      flex-basis: calc(33.33% - (var(--grid-gap--md) * 0.667));

      &:nth-child(2n),
      &:last-child {