Skip to content

Commit

Permalink
fix: 에디터 ul,ol,li 태그 폰트 사이즈 및 패딩 조절
Browse files Browse the repository at this point in the history
  • Loading branch information
JunJongHun committed Sep 30, 2024
1 parent 3e37040 commit 62dfab5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,26 @@
font-family: 'NanumSquareAcB';
}
& ol {
font-size: 1.3rem;
display: block;
list-style-type: decimal;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 40px;
padding-left: 0px !important
}
& ul {
font-size: 1.3rem;
display: block;
list-style-type: disc;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 40px;
padding-left: 0px !important
}

& li {
Expand Down

0 comments on commit 62dfab5

Please sign in to comment.