ul column count
authorIan Weller <ian@gaslightmedia.com>
Thu, 11 Jun 2015 12:15:33 +0000 (08:15 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 11 Jun 2015 12:15:33 +0000 (08:15 -0400)
scss/_main.scss

index f9e67f1..343f446 100644 (file)
@@ -26,6 +26,18 @@ main {
     }
     ul.toskie-list {
         column-count: 3;
+        -moz-column-count: 3;
+        -webkit-column-count: 3;
+        @media #{$small-only} {
+            column-count: 1;
+            -moz-column-count: 1;
+            -webkit-column-count: 1;
+        }
+        @media #{$medium-only} {
+            column-count: 2;
+            -moz-column-count: 2;
+            -webkit-column-count: 2;
+        }
     }
     table.cheese, table.footable {
         clear: both;