From 8bbdd353412e2811c978983744f8ea881bc4039d Mon Sep 17 00:00:00 2001
From: Eugen Rochko <eugen@zeonfederated.com>
Date: Thu, 15 Dec 2016 00:49:17 +0100
Subject: [PATCH] Fix responsiveness of 500 page

---
 public/500.html | 1 +
 1 file changed, 1 insertion(+)

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;
     }