diff --git a/assets/style/stylesheet.css b/assets/style/stylesheet.css index ed987d8..bead796 100644 --- a/assets/style/stylesheet.css +++ b/assets/style/stylesheet.css @@ -105,6 +105,10 @@ .product-box small[data-attr=price] { font-weight: 400; } + /* Make the product box clickable */ + &:active{ + transform:scale(0.96); + } } } /* When using dark mode, use info color for price */