thainnv-dev: Nhúng

This commit is contained in:
nguyen van thai
2024-06-06 13:29:22 +07:00
parent 0a7774b7f4
commit c217ed82c9
25 changed files with 382 additions and 45 deletions
+18 -8
View File
@@ -11,17 +11,27 @@
figure {
margin: auto !important;
}
.content {
& p {
@apply mb-2;
}
& audio {
@apply w-full;
}
& a {
@apply text-primary-600 underline;
}
& document {
@apply cursor-pointer text-primary-600 underline;
}
}
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;
// }
// }
}