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
parent
92e36b82b5
commit
27dab35827
|
@ -15,7 +15,6 @@
|
|||
|
||||
html {
|
||||
font-size: 15px;
|
||||
line-height: 20px;
|
||||
color: #3e3e3e;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue