回答編集履歴
1
サンプルリンク追加
test
CHANGED
@@ -24,8 +24,14 @@
|
|
24
24
|
|
25
25
|
justify-content: space-between;
|
26
26
|
|
27
|
+
flex-wrap: wrap;
|
28
|
+
|
27
29
|
list-style: none;
|
28
30
|
|
29
31
|
}
|
30
32
|
|
31
33
|
```
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
[CodePenサンプル](https://codepen.io/hatena19/pen/MWEobem)
|