Skip to content

Commit

Permalink
add padding between li's
Browse files Browse the repository at this point in the history
  • Loading branch information
twentytitus committed Nov 23, 2024
1 parent 5484925 commit 2966b45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,10 @@ p {
margin-left: 10px;
}

li {
padding-bottom: 10px;
}

h1,
h2,
h3,
Expand Down

0 comments on commit 2966b45

Please sign in to comment.