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 source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -78,6 +78,7 @@ ...@@ -78,6 +78,7 @@
#prod-img { #prod-img {
height: 200px; height: 200px;
max-width: 92%;
transition: all 0.3s; transition: all 0.3s;
} }
...@@ -103,7 +104,7 @@ ...@@ -103,7 +104,7 @@
} }
#more-details-img-box:hover #prod-img { #more-details-img-box:hover #prod-img {
opacity: 50%; opacity: 0.5;
} }
#more-details-text { #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