Fix ErrorSection maxWidth

This commit is contained in:
Justin Edmund 2023-01-28 17:43:02 -08:00
parent 96763defc3
commit 337808a922

View file

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