From dc2c7ef9814e2080ab0cc514db7e4f88b3d737c4 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 3 Jul 2024 10:20:48 +0200 Subject: [PATCH] handling videos-webinaires specialty --- resources/css/blocks/post-card.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/css/blocks/post-card.css b/resources/css/blocks/post-card.css index 8623ba9..83d4124 100644 --- a/resources/css/blocks/post-card.css +++ b/resources/css/blocks/post-card.css @@ -4,6 +4,9 @@ &__cover { @apply h-24 w-24 rounded-2xl; + &--videos-webinaires { + @apply h-28 w-auto; + } } &__tags { @apply flex items-center gap-3 text-sm;