From f41bea66b47c7c7dd73824d05f25112fe407115f Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 12 Aug 2024 14:40:59 +0200 Subject: [PATCH] fixing block transitions --- resources/css/blocks/post-card.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/blocks/post-card.css b/resources/css/blocks/post-card.css index 2627428..491e72e 100644 --- a/resources/css/blocks/post-card.css +++ b/resources/css/blocks/post-card.css @@ -1,7 +1,7 @@ .post-card { @apply bg-white flex flex-col md:flex-row gap-8 items-start md:items-center justify-between !p-6 rounded-xl shadowed my-4; text-decoration: none !important; - + transition: all 0.3s ease; &__cover { @apply h-16 w-16 md:h-24 md:w-24 rounded-2xl; &--videos-webinaires {