Browse code

Remove preset margin for multiple wrapped elements in flex columns

Benjamin Roth authored on24/03/2019 16:55:50
Showing1 changed files
... ...
@@ -43,9 +43,9 @@ $gutter-width: floor((1 / 960) * 1000000) / 1000000 * 30;
43 43
   margin-left: $gutter-width * 100%;
44 44
   order: 6;
45 45
 
46
-  > * + * {
46
+  /*> * + * {
47 47
     margin-top: 30px;
48
-  }
48
+  }*/
49 49
 
50 50
   @include column-classes($gutter-width, 6, large);
51 51