summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/products.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-30 21:20:24 -0500
committerJules Laplace <jules@okfoc.us>2015-11-30 21:20:24 -0500
commit18925a6b8028f872323c03599b2cb1bf3e39f55d (patch)
treecb10c32ef46b517d8c88424360665282b5a5403c /StoneIsland/www/css/products.css
parent6f8efbee0a9aac63e2644f4b0c435740fcce572b (diff)
parent3b45136a25d175cb9fb4881f671c281f70aed284 (diff)
Merge branch 'master' of github.com:okfocus/stone-island
Diffstat (limited to 'StoneIsland/www/css/products.css')
-rw-r--r--StoneIsland/www/css/products.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css
index 4633aa0c..78d02811 100644
--- a/StoneIsland/www/css/products.css
+++ b/StoneIsland/www/css/products.css
@@ -63,11 +63,7 @@
}
#closed .closed_store_msg {
position: absolute;
- top:50%;
- transform:translateY(-50%);
- /*
bottom: 20vh;
- */
background: rgba(255,255,255,0.9);
padding-top: 20px;
padding-bottom: 10px;
@@ -235,3 +231,7 @@
clear:both;
padding:13px 0;
}
+
+#collection h1 {
+background:white
+}