回答編集履歴
1
修正
answer
CHANGED
@@ -13,13 +13,6 @@
|
|
13
13
|
height: 40px;
|
14
14
|
margin-bottom: -20px;
|
15
15
|
}
|
16
|
-
|
17
|
-
.about-wrapper .about h2 > span {
|
18
|
-
color: red;
|
19
|
-
margin-top: 40px;
|
20
|
-
margin-right: 20px;
|
21
|
-
font-size: 120%;
|
22
|
-
}
|
23
16
|
```
|
24
17
|
|
25
18
|
```html
|