Skip to content

Commit

Permalink
feat: hover effect on property tile
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Jan 4, 2024
1 parent a289150 commit 4c80efd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
c-property-tile {
min-width: 220px;
}

c-property-tile:hover {
box-shadow: 4px 5px 5px #9d9fa0;
}

0 comments on commit 4c80efd

Please sign in to comment.