mirror of https://github.com/zulip/zulip.git
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:
parent
fc4311b1e6
commit
add854886f
|
@ -1767,6 +1767,7 @@ input.new-organization-button {
|
|||
clear: right;
|
||||
margin: 0 auto;
|
||||
max-width: 500px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.error_page .errorbox {
|
||||
|
|
Loading…
Reference in New Issue