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;