Skip to content

Commit

Permalink
fix: first paragraph style
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Jun 22, 2023
1 parent 7b86239 commit 36ecafb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app/notes/[id]/page.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
.with-indent {
:global {
.paragraph:first-child {
margin-bottom: 4rem;
}

ul .indent,
.paragraph .indent {
border-bottom: 1px solid;
Expand All @@ -24,6 +28,10 @@
padding: 10px 0;
margin: 0;
}

.paragraph:first-child {
margin-bottom: 0;
}
}

margin-left: calc(-3em + 2px);
Expand Down

0 comments on commit 36ecafb

Please sign in to comment.