Skip to content

Commit

Permalink
Merge pull request #487 from Chia-Network/academy-landing-page
Browse files Browse the repository at this point in the history
list item margin fix
  • Loading branch information
BrandtH22 authored Jan 24, 2024
2 parents f6db40e + 5d407db commit e30cfa8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,7 @@ li {
width: 100%;
counter-increment: item;
}

.markdown li + li {
margin-top: 0;
}

0 comments on commit e30cfa8

Please sign in to comment.