From a268cff2b6b6aca7982ca07d6608c63dc7a4ea09 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 9 Dec 2015 15:12:45 -0500 Subject: [PATCH] fixed media query --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index ae064e1..757320f 100644 --- a/style.css +++ b/style.css @@ -38,7 +38,7 @@ Text Domain: galleria .single-product div.product .woocommerce-tabs{ display: none; } -@media (max-width: 320px) and (min-width: 800px ){ +@media (min-width: 320px) and (max-width: 800px ){ .nivo-caption{ background: transparent !important; } -- 2.17.1