This commit is contained in:
nguyen van thai
2024-07-09 15:15:22 +07:00
parent 776a3cf2c7
commit 0dba7790b1
16 changed files with 484 additions and 180 deletions
+14 -1
View File
@@ -193,4 +193,17 @@ div[layout="ARTICLE_PAGE"] {
}
}
}
}
}
.emagazine, .infographic, .image {
p {
@apply w-full max-w-660px mx-auto text-18px font-raleway leading-180%;
}
figure {
@apply w-full;
}
img {
@apply mx-auto;
}
}