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-4.css
index dd0d1e884c19c722b5b47c9af354ee70e804f070..ad70a532313b32a6eaedf32fffe9d13ba79eaac6 100644 (file)
@@ -20,7 +20,9 @@
 
   .grid--4 .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;
   }
@@ -28,7 +30,9 @@
 
 @media screen and (min-width: 60em) {
   .grid--4 .views-row {
-    flex: 0 0 calc(25% - 28px);
+    flex-grow: 0;
+    flex-shrink: 0;
+    flex-basis: calc(25% - 28px);
   }
 }