diff --git a/resources/css/components/content-meta.css b/resources/css/components/content-meta.css index ec9c0b6..75bf90b 100644 --- a/resources/css/components/content-meta.css +++ b/resources/css/components/content-meta.css @@ -2,10 +2,10 @@ @apply flex items-end gap-6 mb-10; &__type { - @apply font-bold text-xl; + @apply font-bold text-xl flex items-center gap-2; &:before { - @apply content-[''] mr-2 h-3 w-3 inline-block; + @apply content-[''] mr-2 h-6 w-6 inline-block; } &--revue:before { @apply rounded-full bg-carhop-orange-400;