Reduce spacing between list items

This commit is contained in:
Oliver Davies 2020-03-16 21:57:04 +00:00
parent 2608d9ac5f
commit 792d4fdeda

View file

@ -32,7 +32,7 @@
@apply pl-5;
li + li {
@apply mt-4
@apply mt-2
}
}