fix: li margin issue

List item margins were incorrectly set to 0.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2023-11-14 09:20:32 +01:00
parent 425db7cb39
commit fc39602f1d
1 changed files with 0 additions and 3 deletions

View File

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