Improve markup

This commit is contained in:
Râu Cao
2023-02-26 11:32:03 +08:00
parent 6d20ac9a1c
commit eec4533fea
4 changed files with 7 additions and 7 deletions

View File

@@ -32,11 +32,11 @@
@apply pt-0;
}
main p {
main p:not(:last-child) {
@apply mb-4 leading-6;
}
main ul {
main ul:not(:last-child) {
@apply mb-6;
}