error_pages: Shrink heading font size.

This will make things look better with longer heading-error messages
(e.g. the confirmation link errors).
This commit is contained in:
Tim Abbott 2018-02-28 12:45:13 -08:00
parent d124597f4b
commit 2787ae01f5
1 changed files with 1 additions and 1 deletions

View File

@ -1742,7 +1742,7 @@ input.new-organization-button {
.error_page .lead {
color: #39a688;
font-size: 40px;
font-size: 35px;
margin-bottom: 20px;
line-height: normal;
}