This commit is contained in:
2024-09-27 23:52:38 +03:00
parent 9cb71c3a7d
commit 9020d7bbef
6 changed files with 65 additions and 2 deletions

View File

@@ -20,4 +20,8 @@
text-decoration-color: inherit;
}
}
:global(p:not(:last-of-type)) {
@apply mb-2;
}
</style>