fixing object image max-height
This commit is contained in:
parent
e5eca230fe
commit
137aae5fa8
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user