Skip to content

Commit

Permalink
Remove margin-bottom on .bd-example (#25048)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo authored Dec 28, 2017
1 parent 3e0dd5a commit 8ffbb74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assets/scss/_component-examples.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,14 @@
.bd-example {
position: relative;
padding: 1rem;
margin: 1rem (-$grid-gutter-width / 2);
margin: 1rem (-$grid-gutter-width / 2) 0;
border: solid #f7f7f9;
border-width: .2rem 0 0;
@include clearfix();

@include media-breakpoint-up(sm) {
padding: 1.5rem;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
border-width: .2rem;
}
Expand Down

0 comments on commit 8ffbb74

Please sign in to comment.