fix(markdown): bullet point lists were bugged

This commit is contained in:
Tom (plebeius.eth)
2024-07-23 12:18:02 +02:00
parent 38e60fd797
commit 9552938b6d
@@ -8,10 +8,6 @@
text-decoration: var(--post-content-link-text-decoration-hover);
}
.markdown li {
list-style-position: inside;
}
.hrWrapper {
padding: 0.5em 0;
}