fixing upper illlustrations sizes

This commit is contained in:
Antoine M 2023-11-30 19:42:18 +01:00
parent c16e4752f1
commit 01c0115101

View File

@ -10,6 +10,12 @@
&__superior-illustration {
@apply mx-auto absolute top-0 left-1/2;
transform: translate(-50%, -50%);
max-width: 200px;
width: 180px;
height: 180px;
object-fit: contain;
}
}
.homegrade-blocks-box-monoblock--has-illustration
+ .homegrade-blocks-box-monoblock--has-illustration {
@apply !mt-40;
}