homegrade_theme_production/resources/css/blocks/monoblock.css

16 lines
359 B
CSS

.homegrade-blocks-box-monoblock {
@apply xl:px-12;
&--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;
}
}