Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 95b1a1d

Browse files
committed
Reduce margins in RichText
1 parent 8c8dee1 commit 95b1a1d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

components/atoms/RichText/RichText.module.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
&.ol,
1111
& p,
1212
&.p {
13-
@apply mb-20;
13+
@apply mb-8;
1414
}
1515

1616
& ul,
@@ -62,26 +62,26 @@
6262
/* Heading Styles */
6363
& h1,
6464
&.h1 {
65-
@apply mb-20;
65+
@apply mb-10;
6666
}
6767

6868
& h2,
6969
&.h2 {
70-
@apply mb-20;
70+
@apply mb-10;
7171
}
7272

7373
& h3,
7474
&.h3 {
75-
@apply mb-20;
75+
@apply mb-10;
7676
}
7777

7878
& h4,
7979
&.h4 {
80-
@apply mb-12;
80+
@apply mb-10;
8181
}
8282

8383
& h5,
8484
&.h5 {
85-
@apply mb-12;
85+
@apply mb-10;
8686
}
8787
}

0 commit comments

Comments
 (0)