From 0d00208d73c4173a2c254946887097a359013992 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Thu, 25 Jan 2024 16:02:10 +0100 Subject: [PATCH] some more changes --- styles/pages/user/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/pages/user/style.css b/styles/pages/user/style.css index 486410e..efd008f 100644 --- a/styles/pages/user/style.css +++ b/styles/pages/user/style.css @@ -28,8 +28,8 @@ body { .user-index-h1, .user-index-h2 { opacity: 0; - transform: translateX(-20px); - transition: opacity 0.8s ease, transform 0.8s ease; + transform: translateX(-35px); + transition: opacity 0.8s ease, transform 0.6s ease; } .fade-in {