Reset top margin on paragraphs

This commit is contained in:
Oliver Davies 2019-04-25 22:09:57 +02:00
parent b813a07c2a
commit 40eb022f4a

View file

@ -0,0 +1,7 @@
.markup {
@apply leading-relaxed;
p:first-child {
@apply mt-0
}
}