From 8cb9cff3349980f5823e96f8d26b4b841202b5e3 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 20 Mar 2018 17:49:29 +0100 Subject: [PATCH] removed invalid transition property --- css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 78f84df..5e7fedf 100755 --- a/css/style.css +++ b/css/style.css @@ -527,8 +527,7 @@ body { display: none; position: absolute; top: 0; - transform: scale(1.08); - transition-duration: 0.75s ease-in-out; } + transform: scale(1.08); } .member:hover img.colored { display: block; }