diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-11-07 11:32:37 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-11-07 11:32:37 -0500 |
| commit | deb3e8c4705647505d54439e0c7f8fe5ffc23551 (patch) | |
| tree | 483d7fde3ca346f40104dbe10f23a5ead1f46038 /StoneIsland/www/css | |
| parent | 936dac0d53696d48c8e24998731c3440022207ca (diff) | |
temp collection
Diffstat (limited to 'StoneIsland/www/css')
| -rwxr-xr-x | StoneIsland/www/css/nav.css | 4 | ||||
| -rwxr-xr-x | StoneIsland/www/css/products.css | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/StoneIsland/www/css/nav.css b/StoneIsland/www/css/nav.css index c84b5b30..30f1af18 100755 --- a/StoneIsland/www/css/nav.css +++ b/StoneIsland/www/css/nav.css @@ -412,6 +412,10 @@ padding-bottom:0px; width: 100%; overflow: hidden; } +#collection.single { + height: -webkit-calc(100% - 43px); + height: calc(100% - 43px); +} #story, #hub, #archive, .page, #closed { /* these things do not have a footer */ height: -webkit-calc(100% - 43px); diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css index 52fe05ee..85e9f3b5 100755 --- a/StoneIsland/www/css/products.css +++ b/StoneIsland/www/css/products.css @@ -16,10 +16,10 @@ background: rgba(245,245,245,1.0); } -#collection .single .item { +#collection.single .item { max-width: 98vw; } -#collection .single .item img { +#collection.single .item img { width: 98vw; height: 126vw; } |
