only want tight line spacing in header blocks
This commit is contained in:
parent
0b058562e5
commit
35b57951e7
|
@ -10,7 +10,7 @@ body {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
font-family: sans-serif, "Noto Color Emoji";
|
font-family: sans-serif, "Noto Color Emoji";
|
||||||
line-height: 1.1;
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
pre, code {
|
pre, code {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
@ -150,6 +150,7 @@ input[type=file] {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
|
line-height: 1.1;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
height: 64px;
|
height: 64px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue