fix: Remove margin bottom of last child in md

This commit is contained in:
Faris Ansari 2020-08-17 17:01:40 +05:30
parent 6fa69eb232
commit fbbfce51fb

View file

@ -10,6 +10,10 @@
margin-top: 0;
}
> :last-child {
margin-bottom: 0;
}
ul,
ol {
padding-left: 2.5rem;