27 lines
512 B
SCSS
27 lines
512 B
SCSS
.style_layout {
|
|
> .section-container {
|
|
> .layout_define {
|
|
> .section_layout {
|
|
@apply gap-x-10 #{!important};
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
figure {
|
|
margin: auto !important;
|
|
}
|
|
|
|
div[layout="ARTICLE_DETAIL_EMAGAZINE"] {
|
|
& p,& figure.align-center-image, & #sub, & #title, & #intro {
|
|
@apply lg:max-w-640px mx-auto;
|
|
}
|
|
|
|
@at-root .section_layout{
|
|
|
|
& div[layout="BREADCRUM_DEFAULT"] {
|
|
@apply lg:max-w-640px mx-auto;
|
|
}
|
|
}
|
|
|
|
} |