Properly style lists from Markdown

This commit is contained in:
Lewis Dale 2023-08-18 10:19:22 +01:00
parent bc54c42d9f
commit 190836789f

View File

@ -1,4 +1,8 @@
.fa-li { .fa-li {
position: initial; position: initial;
display: inline-block; display: inline-block;
}
.list {
list-style: initial;
} }