css: Delete absolute `line-height`

Having an absolute `line-height` causes problems when something sets
`font-size` without also setting `line-height`.
pull/4579/head
Richard Hansen 2020-11-27 22:28:02 -05:00 committed by John McLear
parent 92e36b82b5
commit 27dab35827
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@
html {
font-size: 15px;
line-height: 20px;
color: #3e3e3e;
}