回答編集履歴
1
追記
answer
CHANGED
@@ -1,3 +1,3 @@
|
|
1
1
|
`<div class="card h-100">` と各カードに .h-100 を付けます。
|
2
|
-
変数 `$card-height: 100%;` でデフォルトで高さ揃えができます。
|
2
|
+
変数 `$card-height: 100%;` でデフォルトで高さ揃えができます。(v5でも同じです)
|
3
3
|
[Cards · Bootstrap](https://getbootstrap.com/docs/4.4/components/card/#grid-cards)
|