line-height should be unitless

This commit is contained in:
lilydjwg 2021-10-21 18:47:22 +08:00
parent eaf0e680c8
commit 632e1f3881

View File

@ -9,7 +9,7 @@ body {
margin: 0; margin: 0;
padding: 8px; padding: 8px;
box-sizing: border-box; box-sizing: border-box;
line-height: 1.2em; line-height: 1.2;
} }
a { a {