summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-10-01 18:11:43 +0200
committerJules Laplace <julescarbon@gmail.com>2020-10-01 18:11:43 +0200
commitd02fb549470a3293f913258cf88efc8e6d4d78ba (patch)
treef05f875a91d8c39604ac546a9f36a117e6276821 /StoneIsland/platforms/ios/www/css
parent4568d0e428f53a508809d062b8cac792b5e56e1d (diff)
1.4.7 or something.
Diffstat (limited to 'StoneIsland/platforms/ios/www/css')
-rwxr-xr-xStoneIsland/platforms/ios/www/css/blogs.css4
-rwxr-xr-xStoneIsland/platforms/ios/www/css/products.css2
2 files changed, 3 insertions, 3 deletions
diff --git a/StoneIsland/platforms/ios/www/css/blogs.css b/StoneIsland/platforms/ios/www/css/blogs.css
index f56ec474..d90d5883 100755
--- a/StoneIsland/platforms/ios/www/css/blogs.css
+++ b/StoneIsland/platforms/ios/www/css/blogs.css
@@ -141,7 +141,7 @@
height:48px;
top:26vh;
content:'';
- transform:translateY(-50%);
+ transform:translateY(-50%) translateZ(0);
transform-origin:top right;
left:20px;
font-size: 1.125rem;
@@ -161,7 +161,7 @@
height:48px;
top:26vh;
content:'';
- transform:translateY(-50%);
+ transform:translateY(-50%) translateZ(0);
transform-origin:top right;
right:20px;
font-size: 1.125rem;
diff --git a/StoneIsland/platforms/ios/www/css/products.css b/StoneIsland/platforms/ios/www/css/products.css
index 143204f8..f32bb9b8 100755
--- a/StoneIsland/platforms/ios/www/css/products.css
+++ b/StoneIsland/platforms/ios/www/css/products.css
@@ -285,7 +285,7 @@
background-color: white;
}
-#collection h1.single-dept {
+#collection h1.multi-dept {
background-image: url(../img/angle-down.png);
background-size: contain;
background-position: top right;