Add content ul styling

This commit is contained in:
Oliver Davies 2019-03-18 13:45:39 +00:00
parent 8860d9cb2d
commit e0f36fc463

View file

@ -29,6 +29,10 @@ a:focus {
@apply mt-6
}
ul {
@apply list-disc ml-6
}
li + li {
@apply mt-0
}