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

@ -11705,4 +11705,8 @@ body {
.about-btn { .about-btn {
margin-top: -50px; margin-top: -50px;
margin-bottom: 20px; margin-bottom: 20px;
}
.card:hover{
cursor: pointer;
} }