From c7239bfc67e294000230ecc8bbf34c35a33eb0b6 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 17 Feb 2026 16:22:08 +0100 Subject: [PATCH] REFINE Adjusting author card styles: increased profile picture height and modified email margin for better layout --- resources/css/components/author-card.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/css/components/author-card.css b/resources/css/components/author-card.css index 0fa80ea..a7374f4 100644 --- a/resources/css/components/author-card.css +++ b/resources/css/components/author-card.css @@ -18,7 +18,7 @@ } &__profile-picture { - @apply w-full h-32 object-cover mb-6 border border-carhop-green-700 relative bg-white; + @apply w-full h-40 object-cover mb-6 border border-carhop-green-700 relative bg-white; } &__name { @@ -29,7 +29,7 @@ } &__email { - @apply mt-4 text-lg !normal-case; + @apply mt-8 text-lg !normal-case mx-auto; &:is(a) { @apply !text-primary;