回答編集履歴
1
サンプルリンク追加
answer
CHANGED
@@ -11,6 +11,9 @@
|
|
11
11
|
.header-item ul {
|
12
12
|
display: flex;
|
13
13
|
justify-content: space-between;
|
14
|
+
flex-wrap: wrap;
|
14
15
|
list-style: none;
|
15
16
|
}
|
16
|
-
```
|
17
|
+
```
|
18
|
+
|
19
|
+
[CodePenサンプル](https://codepen.io/hatena19/pen/MWEobem)
|