Center error messages horizontally and vertically

This commit is contained in:
AudricV 2023-01-26 15:45:46 +01:00
parent 5b9e412ca2
commit 84bc05a976
No known key found for this signature in database
GPG Key ID: DA92EC7905614198

View File

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