From 61dc1b105815b00c6159fb81504c5127c8539a34 Mon Sep 17 00:00:00 2001 From: Noor Khan <169036366+khanoorr@users.noreply.github.com> Date: Tue, 3 Dec 2024 20:54:12 +0530 Subject: [PATCH] Update style.css --- assets/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index b99c3d5..bd8bd56 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -380,6 +380,8 @@ header .btn-group { } .hero .right { display: none; } +.hero-img:hover{ +transform:"scale()1.5";} @@ -1071,4 +1073,4 @@ footer .wrapper { text-align: center; } .footer-link { margin-bottom: 0.3rem; } -} \ No newline at end of file +}