diff --git a/src/element/note.css b/src/element/note.css index 8430f38..c2289f7 100644 --- a/src/element/note.css +++ b/src/element/note.css @@ -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; +}