Skip to content

Commit 9f4e9d5

Browse files
committed
style(RichTextEditor): reduce size between paragraph
1 parent 3fc696d commit 9f4e9d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

assets/css/_markdown-style.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
}
3232

3333
p {
34-
margin-bottom: 25px;
35-
margin-top: 25px;
34+
margin-bottom: 15px;
35+
margin-top: 15px;
3636

3737
> code, .title-ref {
3838
background-color: lighten($TERNARY_COLOR, 25);
@@ -44,8 +44,8 @@
4444
}
4545

4646
pre {
47-
margin-top: 30px;
48-
margin-bottom: 30px;
47+
margin-top: 15px;
48+
margin-bottom: 15px;
4949
overflow-x: scroll;
5050
background-color: lighten($GREY, 63);
5151
padding: 20px;

0 commit comments

Comments
 (0)