Add spacing after lists

This commit is contained in:
Oliver Davies 2020-05-20 18:44:14 +01:00
parent fb39eda059
commit 982d282b28

View file

@ -31,6 +31,10 @@
ul {
@apply pl-5;
+ * {
@apply mt-4
}
li + li {
@apply mt-2
}