diff options
Diffstat (limited to 'StoneIsland/www/css/products.css')
| -rwxr-xr-x | StoneIsland/www/css/products.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css index e067e05a..bdfed42a 100755 --- a/StoneIsland/www/css/products.css +++ b/StoneIsland/www/css/products.css @@ -24,7 +24,6 @@ height: 126vw; } - .product #product { display: block } #product { display: none; @@ -224,7 +223,11 @@ padding-bottom:45px; } #collection h1 { -background:white + background-color: white; + background-image: url(../img/angle-down.png); + background-size: contain; + background-position: top right; + background-repeat: no-repeat; } #selector { |
