質問するログイン新規登録

回答編集履歴

1

回答に追記しました

2018/11/07 06:24

投稿

yamana
yamana

スコア118

answer CHANGED
@@ -1,3 +1,13 @@
1
1
  レスポンシブ対応は以下のキャプチャの通りかと思います。
2
2
  .containerに対してメディアクエリが指定されています。
3
- ![![イメージ説明](4d7a8497e8d40a48f6db1a8714effd72.png)
3
+ ![![イメージ説明](4d7a8497e8d40a48f6db1a8714effd72.png)
4
+
5
+ .rowを使用していないのはflexboxのバグが関係あるみたいです。
6
+
7
+ > Flexbug #12: Inline elements aren’t treated as flex items
8
+ >
9
+ > Internet Explorer 10-11 do not render inline elements like links or images (or ::before and ::after pseudo-elements) as flex items. The only workaround is to set a non-inline display value (e.g., block, inline-block, or flex). We suggest using .d-flex, one of our display utilities, as an easy fix.
10
+ >
11
+ > Source: Flexbugs on GitHub
12
+
13
+ IEではイメージなどのインライン要素はインライン以外の値を指定しないとflexアイテムとしてレンダリングされないようです。