Skip to content

Commit

Permalink
Remove padding from last p element
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpadden committed Feb 2, 2025
1 parent 21c360b commit 149ce4b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/docs-beta/src/styles/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,10 @@ dd {
}

dd p {
margin-bottom: 8px;
margin-bottom: 6px;
&:last-child {
margin-bottom: 0px;
}
}

dd code {
Expand Down

0 comments on commit 149ce4b

Please sign in to comment.