Commit b0157313 authored by Shaphen Pangburn's avatar Shaphen Pangburn

Merge branch 'fix-product-page-image-bugs' into 'Dev'

Fix product page image bugs

See merge request !32
parents f2adefdf c42246f3
This diff is collapsed.
......@@ -78,6 +78,7 @@
#prod-img {
height: 200px;
max-width: 92%;
transition: all 0.3s;
}
......@@ -103,7 +104,7 @@
}
#more-details-img-box:hover #prod-img {
opacity: 50%;
opacity: 0.5;
}
#more-details-text {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment