specify line-height so that special characters won't make lines too tall

This commit is contained in:
lilydjwg 2021-10-21 18:43:35 +08:00
parent c66d89e317
commit eaf0e680c8

View File

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