From d93a36ae50e7f32e9ef086c2672aa3c0a79ccd00 Mon Sep 17 00:00:00 2001 From: Neerajagurram <152693538+NeerajaGurram@users.noreply.github.com> Date: Mon, 24 Jun 2024 22:03:57 +0530 Subject: [PATCH 1/2] Update styles.css hovering effects to buttons --- public/css/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/styles.css b/public/css/styles.css index 3745b89..6c0a699 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -1862,3 +1862,7 @@ section.image { top: 0; border-radius: 10px; } +.button-85:hover{ + font-size: 14px; + box-shadow:0px 2px 10px 6px #999999; +} From 99561250229c1ce2f4e824f5d9568f5dfdce4f42 Mon Sep 17 00:00:00 2001 From: Neerajagurram <152693538+NeerajaGurram@users.noreply.github.com> Date: Mon, 24 Jun 2024 22:07:07 +0530 Subject: [PATCH 2/2] Update products.ejs font- size adjusted to get hovering effect in products --- server/views/products.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/views/products.ejs b/server/views/products.ejs index 0b1e96c..d72e472 100644 --- a/server/views/products.ejs +++ b/server/views/products.ejs @@ -43,7 +43,7 @@ } .button-85 { - font-size: 0.8rem !important; + font-size: 0.8rem ; }