Center error messages horizontally and vertically
This commit is contained in:
parent
5b9e412ca2
commit
84bc05a976
@ -357,3 +357,12 @@ footer {
|
||||
color: var(--secondary-pastel);
|
||||
font-size: var(--size-xl);
|
||||
}
|
||||
|
||||
.error_main {
|
||||
align-content: center;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user