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