Reduce line heights for list items

This commit is contained in:
Daniel 2023-11-19 12:01:48 +08:00
parent 5557695da7
commit 89dbae2651

View File

@ -95,6 +95,7 @@
padding-left: 32px;
li {
@apply leading-loose;
line-height: 1.5;
}
}
}