Remove unit in global line height
This fixes some issues.
This commit is contained in:
parent
5d1e8bfe29
commit
11aca8ccee
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
line-height: 1.5rem;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
Loading…
Reference in a new issue