diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-14 06:42:34 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-14 06:42:34 +0300 |
commit | f1b62d6a555e313c3896dec341fcede9b8ce273c (patch) | |
tree | 58da2ebb6d0c5b11db8f86ca2acf30f9662cee98 /wwwroot | |
parent | abe2ba567a141885cd3c9bb64aa915719788719d (diff) |
Pointer cursor for product cards
Diffstat (limited to 'wwwroot')
-rw-r--r-- | wwwroot/css/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
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 |