Remove top margin on first markdown child element

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent ad8a538172
commit 82b22613c0

View file

@ -4,6 +4,10 @@
@apply mt-4;
}
> *:first-child {
@apply mt-0;
}
h2 + * {
@apply mt-2;
}