From dc57e964f547d691e91c788175bd04021a7858d0 Mon Sep 17 00:00:00 2001 From: Sadaf-Daneshgar Date: Tue, 27 Feb 2024 21:16:39 +0430 Subject: [PATCH] fix the stylint error --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index f36cbfa..ac89e6a 100644 --- a/style.css +++ b/style.css @@ -41,7 +41,7 @@ header { z-index: 10; } -.hide-header{ +.hide-header { display: none; } @@ -646,7 +646,7 @@ hr.newOne { } .icons:hover { - transform: scale(2.0); + transform: scale(2); transition: 0.5s ease-in-out; }