mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Remove margin-bottom on .bd-example (#25048)
This commit is contained in:
parent
3e0dd5a5d7
commit
8ffbb74e81
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue