fixing object image max-height

This commit is contained in:
Antoine M 2024-03-19 16:42:11 +01:00
parent e5eca230fe
commit 137aae5fa8

View File

@ -50,10 +50,10 @@ dialog {
} }
&__cover { &__cover {
@apply px-6 py-12 bg-neutral-50; @apply px-6 py-12 bg-neutral-50;
align-self: center; align-self: center;
box-sizing: border-box; box-sizing: border-box;
img { img {
@apply max-h-96;
@apply block w-full h-auto object-contain object-center; @apply block w-full h-auto object-contain object-center;
} }
} }