Skip to content

Commit

Permalink
css margin zero for last child
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Dye <[email protected]>
  • Loading branch information
B-T-D committed Sep 23, 2024
1 parent 22c622e commit 0f9dff9
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,12 @@
}
}
}

ul.component-list {
margin-bottom: $spacer-1;

&:last-child {
margin-bottom: 0;
}

}

0 comments on commit 0f9dff9

Please sign in to comment.