diff --git a/src/app/notes/[id]/page.module.css b/src/app/notes/[id]/page.module.css index bdd0af5a68..5ae81d409d 100644 --- a/src/app/notes/[id]/page.module.css +++ b/src/app/notes/[id]/page.module.css @@ -1,5 +1,9 @@ .with-indent { :global { + .paragraph:first-child { + margin-bottom: 4rem; + } + ul .indent, .paragraph .indent { border-bottom: 1px solid; @@ -24,6 +28,10 @@ padding: 10px 0; margin: 0; } + + .paragraph:first-child { + margin-bottom: 0; + } } margin-left: calc(-3em + 2px);