From 86aa459a84d1ecc33b0c7df2fa133ee7a8d590b3 Mon Sep 17 00:00:00 2001 From: Robin Date: Thu, 12 Jun 2025 23:47:33 -0400 Subject: [PATCH] Center the heading on the error screen --- src/ErrorView.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ErrorView.module.css b/src/ErrorView.module.css index 14c5f141..bd68f5e3 100644 --- a/src/ErrorView.module.css +++ b/src/ErrorView.module.css @@ -12,6 +12,7 @@ .error > h1 { margin: 0; + text-align: center; } .error > p {