thainv: ghép navigation

This commit is contained in:
nguyen van thai
2024-06-17 11:48:00 +07:00
parent c2b9208746
commit 3c75c89a8b
30 changed files with 856 additions and 108 deletions
+21 -9
View File
@@ -1,16 +1,21 @@
.style_layout {
> .section-container {
> .layout_define {
> .section_layout {
@apply gap-x-10 #{!important};
}
}
}
}
// .style_layout {
// > .section-container {
// > .layout_define {
// > .section_layout {
// @apply gap-x-10 #{!important};
// }
// }
// }
// }
figure {
margin: auto !important;
}
img {
object-fit: cover!important;
}
.content {
& p {
@apply mb-2;
@@ -37,3 +42,10 @@ div[layout="ARTICLE_PAGE"] {
}
}
// .layout_define {
// & .section_layout.three_col_layout {
// @media (max-width: 768px) {
// grid-template-columns: repeat(1, minmax(0, 1fr));
// }
// }
// }