diff options
| author | Mark Otto <[email protected]> | 2016-12-22 16:41:11 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-22 16:41:11 -0800 |
| commit | 050716903f690ba05935702ed4ee8f98a90b2641 (patch) | |
| tree | 9df971c1cebb4c4dd20c244bf33fe4fa03872333 | |
| parent | 8d3b40211bed5911ec4a97695a4960921426b71e (diff) | |
| download | bootstrap-050716903f690ba05935702ed4ee8f98a90b2641.tar.xz bootstrap-050716903f690ba05935702ed4ee8f98a90b2641.zip | |
remove default bottom margin on cards
use utils instead
| -rw-r--r-- | scss/_card.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_card.scss b/scss/_card.scss index 9c38480e7..2ebe0371a 100644 --- a/scss/_card.scss +++ b/scss/_card.scss @@ -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); |
