Skip to content

Commit

Permalink
reduce margin bottom for paragraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekwuno committed Jan 8, 2025
1 parent 5a3b8bb commit 9e54785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/MarkdownContainer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const { class: className } = Astro.props;
}

& :global(p) {
@apply mb-8 text-text/80 dark:text-text/60;
@apply mb-4 text-text/80 dark:text-text/60;

&:last-child {
@apply mb-0;
Expand Down

0 comments on commit 9e54785

Please sign in to comment.