align list items correctly

This commit is contained in:
james
2020-12-16 15:58:12 +00:00
parent 686eca9adf
commit 6c430ce0c7

View File

@@ -34,6 +34,10 @@ article {
min-height: calc(100vh - 145px); /* Makes sure GitHub footer stays at bottom of viewport */
}
article ul, article ol {
margin-left: 18px; /* Aligns list items with other text */
}
/* -- SIDEBAR ------------------------------------------------------------------------------- */
.SideNav {