5xx: Change min-height to reflect new footer.

The min-height for the error pages was not updated to reflect the
height of the new footer, so this updates the value and makes it a
non-scrolling page in most browsers again.
This commit is contained in:
Brock Whittaker 2017-10-04 14:46:46 -07:00
parent cd3518377a
commit fc4311b1e6
1 changed files with 2 additions and 1 deletions

View File

@ -1752,7 +1752,8 @@ input.new-organization-button {
}
.error_page {
min-height: calc(100vh - 64px);
padding: 20px 0px;
min-height: calc(100vh - 290px);
background-color: #c9e9e0;
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}