diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-15 00:49:17 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-15 00:49:17 +0100 |
commit | 8bbdd353412e2811c978983744f8ea881bc4039d (patch) | |
tree | 65b117d82661f78859d6606225f620fcdc20df0d /public | |
parent | 4df38516e67c9739f457c452259210dc973519a3 (diff) |
Fix responsiveness of 500 page
Diffstat (limited to 'public')
-rw-r--r-- | public/500.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/500.html b/public/500.html index d656269aa..915b890f1 100644 --- a/public/500.html +++ b/public/500.html @@ -20,6 +20,7 @@ margin: 20px auto; margin-top: 50px; max-width: 600px; + width: 100%; height: auto; } |