added style to error message
This commit is contained in:
parent
baa059c3ca
commit
80bde86267
@ -205,6 +205,13 @@ main.registerPage {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: var(--size-xl);
|
gap: var(--size-xl);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body:has(main.registerPage) > p {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
font-size: var(--size-xl);
|
||||||
|
}
|
||||||
|
|
||||||
main.registerPage > hr {
|
main.registerPage > hr {
|
||||||
height: 250px;
|
height: 250px;
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user