diff --git a/resources/css/blocks/staff-member.css b/resources/css/blocks/staff-member.css index 6c8f0b9..f0c63fb 100644 --- a/resources/css/blocks/staff-member.css +++ b/resources/css/blocks/staff-member.css @@ -2,19 +2,23 @@ @apply flex items-center gap-6 !pl-0; &__member-icon { @apply bg-white shadowed rounded-2xl w-20 h-20; - @apply shrink-0; + @apply shrink-0 flex items-center justify-center; + img { - @apply max-w-full max-h-full h-auto; + @apply h-auto; + max-width: 78%; + max-width: 78%; } } &__member-informations { @apply shrink flex flex-col content-center; } &__name { - @apply font-bold text-secondary text-lg; + @apply font-bold text-secondary text-lg !my-0; + line-height: 1.2; } &__position { - @apply !mb-0 font-medium pt-1; + @apply !mb-0 font-medium !mt-1; } }