From a7ff9ac59302233478072f654983713270c9505d Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 30 Mar 2016 11:21:20 -0400 Subject: [PATCH] Grunted last commit --- css/app.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/app.css b/css/app.css index f8f50bd..a7076af 100644 --- a/css/app.css +++ b/css/app.css @@ -7256,6 +7256,9 @@ main { float: left; padding: 20px; margin: 0; } + @media only screen and (max-width: 40em) { + #main-content ul.products li.product-category.product { + width: 50%; } } #main-content ul.products li.product-category.product .products-image-container { height: 200px; } -- 2.17.1