Skip to content

Commit 54cdda3

Browse files
make the cursor reflect that each card is a clickable element
1 parent af0885b commit 54cdda3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

store.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
height: 475px;
1919
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
2020
transition: box-shadow 0.3s;
21+
cursor: pointer;
2122
}
2223

2324
.store-container::after {

0 commit comments

Comments
 (0)