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