From d75c7280c121b6a5c6b53396f62b0a6551eb1cef Mon Sep 17 00:00:00 2001 From: litaesther10 Date: Wed, 22 Feb 2023 17:44:03 +0100 Subject: [PATCH] Vertically Centered text --- apps/web/pages/500.jsx | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/apps/web/pages/500.jsx b/apps/web/pages/500.jsx index e7e0cd74f..175563dc2 100644 --- a/apps/web/pages/500.jsx +++ b/apps/web/pages/500.jsx @@ -6,12 +6,12 @@ import { EllipsisVerticalIcon } from "@heroicons/react/20/solid"; export default function Custom500() { return ( <> -
+
-
+

500 | @@ -20,12 +20,7 @@ export default function Custom500() { Something went wrong.

-