diff options
Diffstat (limited to 'StoneIsland/www/css/products.css')
| -rw-r--r-- | StoneIsland/www/css/products.css | 8 |
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 +} |
