回答編集履歴
1
訂正
answer
CHANGED
@@ -2,6 +2,6 @@
|
|
2
2
|
.osusume .container {
|
3
3
|
display: flex;
|
4
4
|
flex-wrap: wrap;
|
5
|
-
justify-content:
|
5
|
+
justify-content: start; /* ここを変更 */
|
6
6
|
}
|
7
7
|
```
|