only want tight line spacing in header blocks

This commit is contained in:
Ted Unangst 2019-09-28 16:23:36 -04:00
parent 0b058562e5
commit 35b57951e7
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ body {
font-size: 1em;
word-wrap: break-word;
font-family: sans-serif, "Noto Color Emoji";
line-height: 1.1;
line-height: 1.2;
}
pre, code {
white-space: pre-wrap;
@ -150,6 +150,7 @@ input[type=file] {
overflow: hidden;
text-overflow: ellipsis;
font-size: 0.8em;
line-height: 1.1;
margin-top: 1em;
height: 64px;
}