summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/products.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-01-21 02:52:58 +0100
committerJules Laplace <jules@okfoc.us>2016-01-21 02:52:58 +0100
commitca3ae3a43bb47cb2b97b6878ea28d9eef0db25ca (patch)
tree25fa739cd34bd3f9eb47287bf39624011ae879d3 /StoneIsland/www/css/products.css
parent33bb292fa3a37c1398559771e5a682d8d84c56d3 (diff)
scroll to field, archive fix, hide not available
Diffstat (limited to 'StoneIsland/www/css/products.css')
-rwxr-xr-xStoneIsland/www/css/products.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css
index b37b6bbd..52fe05ee 100755
--- a/StoneIsland/www/css/products.css
+++ b/StoneIsland/www/css/products.css
@@ -16,6 +16,15 @@
background: rgba(245,245,245,1.0);
}
+#collection .single .item {
+ max-width: 98vw;
+}
+#collection .single .item img {
+ width: 98vw;
+ height: 126vw;
+}
+
+
.product #product { display: block }
#product {
display: none;