summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/products.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-10-16 02:22:50 +0200
committerJules Laplace <julescarbon@gmail.com>2019-10-16 02:22:50 +0200
commit335e61243d45c4c2eb5d030a8ee5f85c2ddf35f3 (patch)
tree0df18bcb17eafad1b6bb7a879586993f2d3a0ce0 /StoneIsland/www/css/products.css
parentfb383f5bdca2dc3865daa7e749fe5a340151cf7d (diff)
a11y updates
Diffstat (limited to 'StoneIsland/www/css/products.css')
-rwxr-xr-xStoneIsland/www/css/products.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css
index 5efef660..e15e0e54 100755
--- a/StoneIsland/www/css/products.css
+++ b/StoneIsland/www/css/products.css
@@ -55,6 +55,7 @@
}
.gallery .item {
+ display: block;
width: 100vw;
height: 52vh;
background-size: contain;
@@ -93,6 +94,11 @@
text-align: center;
width: 100%;
}
+#closed .closed_target {
+ position: absolute;
+ top: 0; left: 0;
+ width: 100%; height: 100%;
+}
.product .content {
box-sizing:border-box;