From e98f1b71ef6ce6f79997d2bbe8a71bc4d98b69a9 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 24 Mar 2026 15:25:21 +0100 Subject: [PATCH] STYLE Refining authores list and director of publication styling and icons --- resources/css/components/post-header.css | 9 +++++++++ 1 file changed, 9 insertions(+) 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'); }