2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

remove default bottom margin on cards

use utils instead
This commit is contained in:
Mark Otto
2016-12-22 16:41:11 -08:00
parent 8d3b40211b
commit 050716903f
-1
View File
@@ -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);