set a line height for consistency
This commit is contained in:
parent
da0839bb6d
commit
12b4bb9a52
|
@ -10,6 +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;
|
||||||
}
|
}
|
||||||
pre, code {
|
pre, code {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
|
Loading…
Reference in New Issue