thainv-dev: Layout Page Section

This commit is contained in:
nguyen van thai
2024-07-05 11:41:38 +07:00
parent 5889e9af0e
commit be1393b7da
6 changed files with 31 additions and 6 deletions
+8
View File
@@ -171,4 +171,12 @@ div[layout="ARTICLE_PAGE"] {
.container {
max-width: 1385px;
}
.layout_container {
& > .section_layout {
@apply mt-12 first:mt-0;
}
}