help: Remove indentation from markdown ordered lists.

The indentation doesn't look good with the green circles.
This commit is contained in:
Rishi Gupta 2019-04-12 11:33:14 -07:00 committed by Tim Abbott
parent bc4b7acc29
commit e2ff91f507
1 changed files with 1 additions and 0 deletions

View File

@ -390,6 +390,7 @@ body {
top: -2px;
}
.help-center ol,
.portico-landing.integrations ol {
margin-left: 0;
}