mirror of https://github.com/docker/docs.git
Merge pull request #18734 from dvdksn/fix-li-child-margins
style: fix margin for li with children
This commit is contained in:
commit
238557cb8c
|
@ -1,6 +1,9 @@
|
|||
.prose {
|
||||
li {
|
||||
@apply mt-1 mb-1;
|
||||
@apply my-2;
|
||||
> :last-child, > :first-child {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
a {
|
||||
font-weight: 400;
|
||||
|
|
Loading…
Reference in New Issue