fixing object image max-height
This commit is contained in:
parent
e5eca230fe
commit
137aae5fa8
|
|
@ -50,10 +50,10 @@ dialog {
|
|||
}
|
||||
&__cover {
|
||||
@apply px-6 py-12 bg-neutral-50;
|
||||
|
||||
align-self: center;
|
||||
box-sizing: border-box;
|
||||
img {
|
||||
@apply max-h-96;
|
||||
@apply block w-full h-auto object-contain object-center;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user