Fix ErrorSection maxWidth
This commit is contained in:
parent
96763defc3
commit
337808a922
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue