REFINE Adjusting author card styles: increased profile picture height and modified email margin for better layout

This commit is contained in:
Antoine M 2026-02-17 16:22:08 +01:00
parent 5dbe91ab1f
commit c7239bfc67

View File

@ -18,7 +18,7 @@
} }
&__profile-picture { &__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 { &__name {
@ -29,7 +29,7 @@
} }
&__email { &__email {
@apply mt-4 text-lg !normal-case; @apply mt-8 text-lg !normal-case mx-auto;
&:is(a) { &:is(a) {
@apply !text-primary; @apply !text-primary;