diff --git a/resources/css/components/post-header.css b/resources/css/components/post-header.css index e6ed323..a63da87 100644 --- a/resources/css/components/post-header.css +++ b/resources/css/components/post-header.css @@ -10,6 +10,11 @@ @apply uppercase font-medium text-4xl md:text-5xl lg:text-5xl text-white; line-height: 1.2; } + + &__authors-list { + @apply flex flex-wrap gap-x-6 gap-y-2; + } + &__publication-director, &__main-author, &__first-author { @apply text-white font-light tracking-wide flex items-center gap-3 mt-4; @@ -24,6 +29,10 @@ } } + &__publication-director::before { + background-image: url('../resources/img/icons/carhop-auteur-directeur.svg'); + } + &__first-author::before { background-image: url('../resources/img/icons/carhop-plume2.svg'); }