Skip to content

Commit

Permalink
Updated styles for bullet points in note component
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-mon1 authored Dec 4, 2024
1 parent 780bad9 commit d6bdd68
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions themes/digital.gov/src/scss/new/shortcodes/_note.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,11 @@

ol,
ul {
margin-bottom: 0;
margin-top: 0;
padding-left: units(2.5);

li {
margin-bottom: units(2);
margin-bottom: units(0.5);
}
}

// For notes within list items
li .note {
@include u-padding-y("05");
Expand Down

0 comments on commit d6bdd68

Please sign in to comment.