From e8ffb3e6bcfeba17328dd48491c8c47bb87c1e69 Mon Sep 17 00:00:00 2001 From: Vedansh Jain Date: Wed, 28 Feb 2024 19:29:45 +0530 Subject: [PATCH] line hover animation added --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index a618db4..f2522a0 100644 --- a/src/index.css +++ b/src/index.css @@ -7,7 +7,7 @@ scroll-behavior: smooth !important; } - /* This code is for adding line hover animation */ + /* This code is for adding line hover animation for nav elements */ .navbar-item { position: relative; display: inline-block;