Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / layout_discovery / layouts / threecol_33_34_33 / threecol_33_34_33.css
index 29a816fce5267e888431e42eb48113d6779daac3..7f651176789794ac96184b819bd7de6c68c7c0bf 100644 (file)
 
 @media screen and (min-width: 40em) {
   .layout--threecol-33-34-33 > .layout__region--first,
-  .layout--threecol-33-34-33 > .layout__region--second,
   .layout--threecol-33-34-33 > .layout__region--third {
     flex: 0 1 33%;
   }
+  .layout--threecol-33-34-33 > .layout__region--second {
+    flex: 0 1 34%;
+  }
 }