diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-05 18:31:48 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-05 18:31:48 -0500 |
| commit | 229605c8d6dbae52ade11d52a2af76ebb404eab2 (patch) | |
| tree | c5e4bda7e4ffcb916c04eb03d3f0e6626a90a689 /StoneIsland/www/css/products.css | |
| parent | 798fc4efb2da2ba0bc730bbb409993239edc0c63 (diff) | |
scroll stuff and load images for gallery
Diffstat (limited to 'StoneIsland/www/css/products.css')
| -rw-r--r-- | StoneIsland/www/css/products.css | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css index 63faed3e..0a615c34 100644 --- a/StoneIsland/www/css/products.css +++ b/StoneIsland/www/css/products.css @@ -2,23 +2,34 @@ .collection #footer .filter { display: block } #collection { display: none; + text-align: center; } #collection .item { text-align: center; + display: inline-block; + max-width: 49vw; } #collection .item img { - width: 306px; - height: 390px; + width: 49vw; + height: 63vw; } .product #product { display: block } -.product #footer .buynow { display: block } +.product #footer .back { display: block } .product #footer .addtocart { display: block } #product { display: none; } -.scroll { - position: absolute; - width: 100%; -}
\ No newline at end of file +#gallery, +#gallery .slider, +#gallery .slider .item { +} + +#gallery .slider .item { + float: left; + width: 10vw; +} +#gallery .slider .item img { + max-width: 10vw; +} |
