Commit c42246f3 authored by Shaphen's avatar Shaphen

[Shaphen Pangburn]: Refactor css to fix hover image bug and image display bug

parent f2adefdf
This diff is collapsed.
...@@ -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