1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-24 14:13:06 +02:00

Remove margin-bottom on .bd-example (#25048)

This commit is contained in:
Mark Otto
2017-12-28 10:47:34 -08:00
committed by GitHub
parent 3e0dd5a5d7
commit 8ffbb74e81

View File

@@ -117,7 +117,7 @@
.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();
@@ -125,7 +125,6 @@
@include media-breakpoint-up(sm) {
padding: 1.5rem;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
border-width: .2rem;
}