diff options
Diffstat (limited to 'StoneIsland/platforms/ios/www/css')
| -rwxr-xr-x | StoneIsland/platforms/ios/www/css/blogs.css | 4 | ||||
| -rwxr-xr-x | StoneIsland/platforms/ios/www/css/products.css | 2 |
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; |
