5xx: Make image respond to mobile view.

By setting the width to 100%, it will go smaller than 500px in mobile
views rather than staying at 500px.

Fixes: #6854.
This commit is contained in:
Brock Whittaker 2017-10-04 14:49:06 -07:00
parent fc4311b1e6
commit add854886f
1 changed files with 1 additions and 0 deletions

View File

@ -1767,6 +1767,7 @@ input.new-organization-button {
clear: right;
margin: 0 auto;
max-width: 500px;
width: 100%;
}
.error_page .errorbox {