Skip to content

Commit

Permalink
add default spacing between paragraphs and lists
Browse files Browse the repository at this point in the history
  • Loading branch information
will0684 committed Oct 22, 2024
1 parent 6f34c5c commit ca7788d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ html {
ul + p {
margin-top: 2rem;
}
p + ul {
margin-top: .5rem;
}
}

@layer utilities {
Expand Down

0 comments on commit ca7788d

Please sign in to comment.