FEATURE Refining tweaks
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-07-01 16:54:14 +02:00
parent 3e2cc4a827
commit 8507ac4fc5

View File

@ -20,7 +20,7 @@
} }
&__profile-picture { &__profile-picture {
@apply w-full h-32 object-cover mb-6 border border-carhop-green-700 relative; @apply w-full h-32 object-cover mb-6 border border-carhop-green-700 relative bg-white;
/* img { /* img {
@apply object-cover object-center; @apply object-cover object-center;
@ -44,6 +44,7 @@
} }
&__bio { &__bio {
@apply text-base text-primary text-center leading-relaxed;
} }
} }
.comity-type { .comity-type {
@ -54,7 +55,7 @@
} }
&__list { &__list {
@apply grid grid-cols-2 md:grid-cols-3 gap-12; @apply grid md:grid-cols-2 lg:grid-cols-3 gap-8;
} }
&__item { &__item {