回答編集履歴

1

すみません、読み落としがありました

2020/01/17 02:15

投稿

maisumakun
maisumakun

スコア145192

test CHANGED
@@ -1,5 +1,9 @@
1
- `justify-content-*`は、Flexを使った機能ですので、**Flexコンテナ**とした場合のみ動作します。`.d-flex`などでflexそのものを効かせる必要があります。
1
+ ~~`justify-content-*`は、Flexを使った機能ですので、**Flexコンテナ**とした場合のみ動作します。`.d-flex`などでflexそのものを効かせる必要があります。~~
2
2
 
3
3
 
4
4
 
5
- [Flex - Bootstrap 4](https://getbootstrap.com/docs/4.4/utilities/flex/#justify-content)
5
+ ~~[Flex - Bootstrap 4](https://getbootstrap.com/docs/4.4/utilities/flex/#justify-content)~~
6
+
7
+
8
+
9
+ `bootstrap-sass` Gemは**Bootstrap 3**のものです。Bootstrap 4を使うのであれば`bootstrap` Gemだけにしてください。