thainv-dev: Fix UI

This commit is contained in:
nguyen van thai
2024-06-03 12:27:58 +07:00
parent c5887d911f
commit f22a16d42a
9 changed files with 70 additions and 143 deletions
+19 -1
View File
@@ -2,8 +2,26 @@
> .section-container {
> .layout_define {
> .section_layout {
@apply gap-x-10 #{!important}
@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;
}
}
}