From 54095870a48c55cf46670dfeb5312a90157cc78e Mon Sep 17 00:00:00 2001 From: Igor Date: Sun, 18 Feb 2024 21:29:03 +0300 Subject: [PATCH] Update custom.css --- assets/css/custom.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/css/custom.css b/assets/css/custom.css index e4c11d1..9641722 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -3,12 +3,12 @@ a:hover { } .avatar img { - width: 350px !important; + width: 300px !important; border-radius: 50%; - transition: 0.5s; + transition: 0.4s; } .avatar img:hover { - -webkit-transform: scale(0.97); - -ms-transform: scale(0.97); - transform: scale(0.97); + -webkit-transform: scale(0.90); + -ms-transform: scale(0.90); + transform: scale(0.90); }