fix: Remove margin bottom of last child in md
This commit is contained in:
parent
6fa69eb232
commit
fbbfce51fb
1 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,10 @@
|
|||
margin-top: 0;
|
||||
}
|
||||
|
||||
> :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
ul,
|
||||
ol {
|
||||
padding-left: 2.5rem;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue