Reset top margin on paragraphs
This commit is contained in:
parent
b813a07c2a
commit
40eb022f4a
1 changed files with 7 additions and 0 deletions
7
resources/css/components/markup.css
Normal file
7
resources/css/components/markup.css
Normal file
|
@ -0,0 +1,7 @@
|
|||
.markup {
|
||||
@apply leading-relaxed;
|
||||
|
||||
p:first-child {
|
||||
@apply mt-0
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue