Merge pull request #18734 from dvdksn/fix-li-child-margins

style: fix margin for li with children
This commit is contained in:
David Karlsson 2023-11-21 11:43:38 +01:00 committed by GitHub
commit 238557cb8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
.prose {
li {
@apply mt-1 mb-1;
@apply my-2;
> :last-child, > :first-child {
margin: 0;
}
}
a {
font-weight: 400;