Skip to content

Commit

Permalink
added a box shadow to product images
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaythan Elam committed Jul 7, 2021
1 parent 8fe363f commit 1921abb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions snippets/custom-styles.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@

/* Add your theme customizations below */

.trial {
border: 2px solid red;
.image--root img {
box-shadow: 0.5rem 0.5rem #FFEAC6;
}

.image--root img:hover {
box-shadow: 0.5rem 0.5rem #FAAE42;
}

0 comments on commit 1921abb

Please sign in to comment.