fix(desktop): markdown lists

This commit is contained in:
Adam
2025-12-29 10:47:05 -06:00
parent 6a5357cb7e
commit becab6b053
+9 -1
View File
@@ -64,8 +64,16 @@
list-style-position: inside;
}
ul {
list-style-type: disc;
}
ol {
list-style-type: decimal;
}
li {
margin-bottom: 1.5rem;
margin-bottom: 0.5rem;
}
li::marker {