mirror of https://github.com/docker/docs.git
Merge pull request #18662 from dvdksn/fix-li-margin
fix: li margin issue
This commit is contained in:
commit
100a6627ef
|
@ -1,9 +1,6 @@
|
||||||
.prose {
|
.prose {
|
||||||
li {
|
li {
|
||||||
@apply mt-1 mb-1;
|
@apply mt-1 mb-1;
|
||||||
& > :first-child, & > :last-child {
|
|
||||||
@apply m-0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
Loading…
Reference in New Issue