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

index ae064e1..757320f 100644 (file)
--- 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;
     }