mirror of https://github.com/docker/docs.git
fix: li margin issue
List item margins were incorrectly set to 0. Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
425db7cb39
commit
fc39602f1d
|
@ -1,9 +1,6 @@
|
|||
.prose {
|
||||
li {
|
||||
@apply mt-1 mb-1;
|
||||
& > :first-child, & > :last-child {
|
||||
@apply m-0;
|
||||
}
|
||||
}
|
||||
a {
|
||||
font-weight: 400;
|
||||
|
|
Loading…
Reference in New Issue