From c35c236737ac3f198f63db76913e917e5f414cef Mon Sep 17 00:00:00 2001 From: Ansh Dwivedi Date: Thu, 3 Oct 2024 15:49:38 +0530 Subject: [PATCH] Linkedin hover done --- assets/css/style.css | 7 +++++++ index.html | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 9f3455ef..1e76658d 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -791,6 +791,13 @@ body.nav-active { overflow: hidden; } #social-link4:hover { transform: scale(1.1); } +#social-link5 { + transition: transform 0.3s ease; +} + +#social-link5:hover { + transform: scale(1.1); +} diff --git a/index.html b/index.html index d17a8dfc..4136afa1 100644 --- a/index.html +++ b/index.html @@ -919,8 +919,8 @@

  • -