Skip to content

Commit 6c430ce

Browse files
author
james
committed
align list items correctly
1 parent 686eca9 commit 6c430ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/codeql/_static/custom.css_t

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ article {
3434
min-height: calc(100vh - 145px); /* Makes sure GitHub footer stays at bottom of viewport */
3535
}
3636

37+
article ul, article ol {
38+
margin-left: 18px; /* Aligns list items with other text */
39+
}
40+
3741
/* -- SIDEBAR ------------------------------------------------------------------------------- */
3842

3943
.SideNav {

0 commit comments

Comments
 (0)