質問編集履歴

1

コードの値の変更

2021/01/19 06:41

投稿

user20
user20

スコア31

test CHANGED
File without changes
test CHANGED
@@ -214,8 +214,6 @@
214
214
 
215
215
  display: flex;
216
216
 
217
- flex-wrap: wrap;
218
-
219
217
  justify-content: space-between;
220
218
 
221
219
  }
@@ -224,7 +222,7 @@
224
222
 
225
223
  padding-top: 70px;
226
224
 
227
- width: 45%;
225
+ width: 90%;
228
226
 
229
227
  margin: 0 auto;
230
228
 
@@ -328,9 +326,13 @@
328
326
 
329
327
  .faq-image img {
330
328
 
331
- width: 30%;
329
+ width: 100%;
332
-
330
+
333
- height: 200px;
331
+ height: 100%;
332
+
333
+ object-fit: cover;
334
+
335
+ background-size: cover;
334
336
 
335
337
  }
336
338