Markdown-style lists

This commit is contained in:
David Eisinger
2023-01-10 22:04:21 -05:00
parent b3827ba136
commit a1842915a3

View File

@@ -21,6 +21,16 @@ hr {
border-top: 2px solid #eee;
}
ul {
list-style-type: '*';
margin-left: 1ch;
padding: 0;
li {
padding-left: 1ch;
}
}
header, #content, footer {
max-width: 800px;
}