1em line height was ugly

This commit is contained in:
Yann Esposito (Yogsototh) 2019-08-26 10:41:50 +02:00
parent adcf418dc8
commit 01eaeb7785
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -9,7 +9,7 @@
body {
font-family: Menlo, Monaco, monospace;
font-size: var(--font-size);
line-height: 1em;
line-height: 1.5em;
}
code {
font-family: Menlo, Monaco, monospace;