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