Categories responsive in small view
authorLaury GvR <laury@gaslightmedia.com>
Wed, 30 Mar 2016 15:20:47 +0000 (11:20 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 30 Mar 2016 15:20:47 +0000 (11:20 -0400)
scss/plugins/_woocommerce.scss

index eb5bef4..174b3fa 100644 (file)
 /* Product categories */
 #main-content ul.products li.product-category.product {
     width: 33.33%;
+    @media #{$small-only} {
+        width: 50%;
+    }
     float: left;
     padding: 20px;
     margin: 0;