diff options
| -rw-r--r-- | StoneIsland/www/css/products.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css index 9411acc2..59218d33 100644 --- a/StoneIsland/www/css/products.css +++ b/StoneIsland/www/css/products.css @@ -148,7 +148,7 @@ } -.size-color::after { +.size::after { content: ''; display: inline-block; width: 1px; @@ -156,7 +156,7 @@ transform: translateY(-2px); position: absolute; top: 0; - left: 50%; + right:5px; background: #999; } |
