Add spacing after lists
This commit is contained in:
parent
fb39eda059
commit
982d282b28
|
@ -31,6 +31,10 @@
|
||||||
ul {
|
ul {
|
||||||
@apply pl-5;
|
@apply pl-5;
|
||||||
|
|
||||||
|
+ * {
|
||||||
|
@apply mt-4
|
||||||
|
}
|
||||||
|
|
||||||
li + li {
|
li + li {
|
||||||
@apply mt-2
|
@apply mt-2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue