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

@ -2,3 +2,7 @@
position: initial; position: initial;
display: inline-block; display: inline-block;
} }
.list {
list-style: initial;
}