From f1b62d6a555e313c3896dec341fcede9b8ce273c Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Tue, 14 Feb 2023 06:42:34 +0300 Subject: [PATCH] Pointer cursor for product cards --- wwwroot/css/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wwwroot/css/styles.css b/wwwroot/css/styles.css index 7ecddc2..6d553d6 100644 --- a/wwwroot/css/styles.css +++ b/wwwroot/css/styles.css @@ -11705,4 +11705,8 @@ body { .about-btn { margin-top: -50px; margin-bottom: 20px; +} + +.card:hover{ + cursor: pointer; } \ No newline at end of file