From add854886f2806973c58967c196c1ea6a21a689b Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Wed, 4 Oct 2017 14:49:06 -0700 Subject: [PATCH] 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. --- static/styles/portico.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/styles/portico.css b/static/styles/portico.css index a86f8d6fff..a39f142b16 100644 --- a/static/styles/portico.css +++ b/static/styles/portico.css @@ -1767,6 +1767,7 @@ input.new-organization-button { clear: right; margin: 0 auto; max-width: 500px; + width: 100%; } .error_page .errorbox {