回答編集履歴
1
コメント追記
answer
CHANGED
@@ -9,6 +9,6 @@
|
|
9
9
|
border-top: 3px solid #0091f0;
|
10
10
|
margin-right: 24px;
|
11
11
|
flex: 0 0 205px;
|
12
|
-
margin-bottom: 20px;
|
12
|
+
margin-bottom: 20px; //これを追加
|
13
13
|
}
|
14
14
|
```
|