fixed media query
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 9 Dec 2015 20:07:10 +0000 (15:07 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 9 Dec 2015 20:07:10 +0000 (15:07 -0500)
style.css

index 5b82a3e..ae064e1 100644 (file)
--- 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 (min-width: 800px ){
+@media (max-width: 320px) and (min-width: 800px ){
     .nivo-caption{
         background: transparent !important;
     }