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;