help.html: raise line-height to 150%.

master
John Benediktsson 2020-02-27 16:49:48 -08:00
parent d3337d566e
commit ba09d70b8b
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ a:hover, .link:hover { text-decoration: underline; }
body { body {
margin: 0; margin: 0;
font-family: sans-serif; font-family: sans-serif;
line-height: 140%; line-height: 150%;
} }
input { input {

View File

@ -20,7 +20,7 @@
margin: 0; margin: 0;
font-family: sans-serif; font-family: sans-serif;
font-size: 12pt; font-size: 12pt;
line-height: 140%; line-height: 150%;
} }
a { color: #104e8b; } a { color: #104e8b; }

View File

@ -13,7 +13,7 @@ body {
body, button { body, button {
font-size: 12pt; font-size: 12pt;
font-family: sans-serif; font-family: sans-serif;
line-height: 140%; line-height: 150%;
} }
textarea { textarea {