Skip to content

Commit

Permalink
Add the extra margin to .carousel-indicators
Browse files Browse the repository at this point in the history
this must have been added in a subsequent PR in v5
  • Loading branch information
patrickhlauke committed Feb 21, 2021
1 parent f9aba0c commit b9df8ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_carousel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
padding: 0;
// Use the .carousel-control's width as margin so we don't overlay those
margin-right: $carousel-control-width;
margin-bottom: 1rem;
margin-left: $carousel-control-width;
list-style: none;

Expand Down

0 comments on commit b9df8ff

Please sign in to comment.