css: Delete absolute line-height

Having an absolute `line-height` causes problems when something sets
`font-size` without also setting `line-height`.
This commit is contained in:
Richard Hansen 2020-11-27 22:28:02 -05:00 committed by John McLear
parent 92e36b82b5
commit 27dab35827

View file

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