diff options
| author | gijsbotje <[email protected]> | 2017-08-17 00:45:21 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-20 11:41:16 -0700 |
| commit | 6fc9dde72711bf085769e1a2b19d152a82f0c2b5 (patch) | |
| tree | b7b652e08c9c6df9c0aed601570b82e1d8702c32 | |
| parent | f82230769489896e167a09d4491369dce7de77af (diff) | |
| download | bootstrap-6fc9dde72711bf085769e1a2b19d152a82f0c2b5.tar.xz bootstrap-6fc9dde72711bf085769e1a2b19d152a82f0c2b5.zip | |
equalize height of the first card of the card-group
| -rw-r--r-- | scss/_card.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_card.scss b/scss/_card.scss index b5bc26b15..51dc8b110 100644 --- a/scss/_card.scss +++ b/scss/_card.scss @@ -172,9 +172,9 @@ .card { flex: 1 0 0%; + margin-bottom: 0; + .card { - margin-bottom: 0; margin-left: 0; border-left: 0; } |
