fix: note list margin

This commit is contained in:
verbiricha 2023-07-30 23:14:26 +02:00
parent 7583fa1fd4
commit 7979f6b11f

View File

@ -22,6 +22,11 @@
margin-left: 30px;
}
.note .note-content .markdown > p {
.note .note-content .markdown > * {
font-size: 14px;
}
.note .note-content .markdown > ul,
.note .note-content .markdown ol {
margin-left: 30px;
}