0
0

Pointer cursor for product cards

This commit is contained in:
Sergey Chebotar 2023-02-14 06:42:34 +03:00
parent abe2ba567a
commit f1b62d6a55

View File

@ -11706,3 +11706,7 @@ body {
margin-top: -50px;
margin-bottom: 20px;
}
.card:hover{
cursor: pointer;
}