Skip to content

Commit

Permalink
Avoid too much spacing for li
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Feb 1, 2024
1 parent e097068 commit ef14a59
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _sass/quarkus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,14 @@ p.bluecallout {
font-weight: 400;
}

li p {
margin: 0 0 0.6rem;
}

ul li:last-child p:last-child {
margin: 0 0 1.5rem;
}

a {
line-height: 1.5rem;
font-weight: 400;
Expand Down

0 comments on commit ef14a59

Please sign in to comment.