Merge pull request #98 from ThomasRubini/connexion_register_error_style

added style to error message
This commit is contained in:
Marla 2023-01-25 21:39:37 +01:00 committed by GitHub
commit 1ed2b14905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,6 +205,13 @@ main.registerPage {
justify-content: center;
gap: var(--size-xl);
}
body:has(main.registerPage) > p {
display: flex;
justify-content: center;
font-size: var(--size-xl);
}
main.registerPage > hr {
height: 250px;
border: none;