style and accessability

This commit is contained in:
2019-05-14 23:39:28 -07:00
parent cefbeb6283
commit d2d42398ff
3 changed files with 30 additions and 28 deletions

View File

@@ -24,9 +24,11 @@ body {
}
h1 {
font-size: 28px;
font-weight: 800;
font-size: 3rem;
font-weight: 400;
hyphens: auto;
margin: 32px auto;
max-width: 40rem;
text-align: center;
}
@@ -43,10 +45,10 @@ h1 {
}
.text {
font-size: 16px;
line-height: 22px;
font-size: 1rem;
line-height: 1.5rem;
margin: 0;
max-width: 40em;
max-width: 40rem;
white-space: pre-line;
}
@@ -57,8 +59,8 @@ img {
label,
input {
font-size: 16px;
line-height: 22px;
font-size: 1rem;
line-height: 1.5rem;
margin: 0;
}