summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/css')
-rw-r--r--StoneIsland/www/css/products.css18
1 files changed, 9 insertions, 9 deletions
diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css
index 0a615c34..9ded00d1 100644
--- a/StoneIsland/www/css/products.css
+++ b/StoneIsland/www/css/products.css
@@ -21,15 +21,15 @@
display: none;
}
-#gallery,
-#gallery .slider,
-#gallery .slider .item {
+#gallery {
+ width: 100vw;
+ height: 63vw;
}
-#gallery .slider .item {
- float: left;
- width: 10vw;
-}
-#gallery .slider .item img {
- max-width: 10vw;
+#gallery .item {
+ width: 100vw;
+ height: 63vw;
+ background-size: contain;
+ background-position: center center;
+ background-repeat: no-repeat;
}