From 0b79e26497116abdd40d3954af8197fd7ca96bdb Mon Sep 17 00:00:00 2001 From: akshay Date: Fri, 11 Apr 2025 11:00:36 +0530 Subject: Update results.astro --- src/pages/results.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/results.astro b/src/pages/results.astro index aebff11..f83fed6 100644 --- a/src/pages/results.astro +++ b/src/pages/results.astro @@ -177,7 +177,7 @@ tr, th,td{ background-size: cover; background-repeat: no-repeat; z-index: 10; - transition: transform 3s 1s ease-in-out; + transition: transform 3s ease-in-out; } .left-curtain { -- cgit