Skip to content

Commit

Permalink
Give li tags some room to breathe
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed May 30, 2024
1 parent 3b8ef94 commit b354885
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions base.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ code
border: 1px solid #000;
}

li:not(:last-child)
{
padding-bottom: 4px;
}

/* Hidden */
.slv-hidden
{
Expand Down

0 comments on commit b354885

Please sign in to comment.