From 34b18cfaf3e26fd106c0a388315d0145045036ae Mon Sep 17 00:00:00 2001 From: Ahurac Date: Thu, 1 Feb 2024 12:39:57 +0100 Subject: [PATCH] =?UTF-8?q?Card=20:=20longueur=20de=20la=20transition=20?= =?UTF-8?q?=C3=A0=20500=20ms?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Card.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Card.astro b/src/components/Card.astro index 1511098..0408c33 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -61,6 +61,6 @@ img { } img, .card { - transition: 0.1s ease-out; + transition: 0.5s ease-out; }