回答編集履歴
1
修正
answer
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
h1 {
|
7
7
|
margin: 0 !important;
|
8
8
|
padding: 0 !important;
|
9
|
-
line-height: 1 !important;
|
9
|
+
line-height: 1 !important; /* 行の高さ。「1」だと1文字ぶんの高さになる */
|
10
10
|
}
|
11
11
|
```
|
12
12
|
|