mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
remove default bottom margin on cards
use utils instead
This commit is contained in:
parent
8d3b40211b
commit
050716903f
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@
|
|||
.card {
|
||||
position: relative;
|
||||
display: block;
|
||||
margin-bottom: $card-spacer-y;
|
||||
background-color: $card-bg;
|
||||
border: $card-border-width solid $card-border-color;
|
||||
@include border-radius($card-border-radius);
|
||||
|
|
Loading…
Reference in a new issue