diff options
| author | Mark Otto <[email protected]> | 2015-08-23 00:25:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-23 00:25:58 -0700 |
| commit | 24fee99e0e5617e7aaff6a2b45135e4a75b35375 (patch) | |
| tree | 5db04caafc8a0182f5dedc7e7c6fb6437afcebea | |
| parent | 683472d6e217c80fcb196398ec2444228752a5d0 (diff) | |
| download | bootstrap-24fee99e0e5617e7aaff6a2b45135e4a75b35375.tar.xz bootstrap-24fee99e0e5617e7aaff6a2b45135e4a75b35375.zip | |
remove another margin-top: 0
| -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 0a4f5b630..dc844a849 100644 --- a/scss/_card.scss +++ b/scss/_card.scss @@ -14,7 +14,6 @@ } .card-title { - margin-top: 0; margin-bottom: $card-spacer-y; } |
