Fix line-height

This commit is contained in:
Damien Vitrac 2018-12-10 18:21:34 +01:00 committed by Brian Clozel
parent 33779e0a09
commit 5ea673a0d5
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ body {
font-family: Karla, sans-serif;
font-weight: normal;
font-style: normal;
line-height: 1;
line-height: 1.6em;
position: relative;
cursor: auto;
}