Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / css / layout / grid-3.css
index 6c881a799b20f26b778d23d1cfe0628377d0450b..c087a0f0596203adea719d1dadd8c545e3f5276b 100644 (file)
@@ -19,7 +19,9 @@
   }
   .grid--3 .views-row {
     display: flex;
-    flex: 0 0 calc(50% - 28px);
+    flex-grow: 0;
+    flex-shrink: 0;
+    flex-basis: calc(50% - 28px);
     margin: 0 14px 28px;
     padding: 0;
   }
@@ -27,7 +29,9 @@
 
 @media screen and (min-width: 60em) {
   .grid--3 .views-row {
-    flex: 0 0 calc(33% - 28px);
+    flex-grow: 0;
+    flex-shrink: 0;
+    flex-basis: calc(33% - 28px);
   }
 }