From 337808a922263c710d195edad18a3be8efaf3cca Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sat, 28 Jan 2023 17:43:02 -0800 Subject: [PATCH] Fix ErrorSection maxWidth --- components/ErrorSection/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ErrorSection/index.scss b/components/ErrorSection/index.scss index 587d9ff9..be07a46c 100644 --- a/components/ErrorSection/index.scss +++ b/components/ErrorSection/index.scss @@ -4,7 +4,7 @@ section.Error { flex-direction: column; gap: $unit; margin: 0 auto; - max-width: 50vw; + max-width: 30vw; justify-content: center; height: 60vh; text-align: center;