feat: Change list formatting to align sitemap exactly

This commit is contained in:
Nuno Sempere 2022-07-26 03:16:35 +00:00
parent 5c9ddfdd8c
commit 3ce6b22147

View File

@ -210,3 +210,17 @@ pre, code {
margin: 2em; margin: 2em;
background: #F0F0F0; background: #F0F0F0;
} }
/* Lists */
/* this aligns the sitemap */
ul {
margin-left: 15px;
}
li{
list-style-position: outside;
/* list-style-type: '- ' /* ndash, a*/
}