15 lines
339 B
CSS
15 lines
339 B
CSS
.homegrade-blocks-box-monoblock {
|
|
&--has-illustration {
|
|
@apply relative pt-32 !mt-16;
|
|
}
|
|
|
|
&__superior-illustration + section_titling {
|
|
@apply bg-green-300 text-center;
|
|
}
|
|
&__superior-illustration {
|
|
@apply mx-auto absolute top-0 left-1/2;
|
|
transform: translate(-50%, -50%);
|
|
max-width: 200px;
|
|
}
|
|
}
|