From 61192441158c0b8401a1f9792bdfb34633e76d72 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Tue, 16 Sep 2025 16:15:44 +0200 Subject: [PATCH] FEATURE Optimizing responsive --- resources/css/pages/single-auteurs.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/resources/css/pages/single-auteurs.css b/resources/css/pages/single-auteurs.css index c02d973..aed1723 100644 --- a/resources/css/pages/single-auteurs.css +++ b/resources/css/pages/single-auteurs.css @@ -5,10 +5,15 @@ @apply !text-8xl uppercase mb-8 col-span-2; } + .author-card__profile-picture { + @apply block static col-span-2 lg:col-span-1; + } &__header { - @apply grid grid-cols-2 gap-2 gap-x-8 items-center justify-center py-12; + @apply grid grid-cols-1 gap-2 gap-x-8 items-center justify-center py-12; - grid-template-columns: auto 1fr; + @screen lg { + grid-template-columns: auto 1fr; + } } &__comities-list { @apply flex flex-wrap gap-2 items-center col-span-2 text-primary font-normal pt-4;