Remove top margin on first markdown child element
This commit is contained in:
parent
ad8a538172
commit
82b22613c0
|
@ -4,6 +4,10 @@
|
|||
@apply mt-4;
|
||||
}
|
||||
|
||||
> *:first-child {
|
||||
@apply mt-0;
|
||||
}
|
||||
|
||||
h2 + * {
|
||||
@apply mt-2;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue