Fixed a display issue with the login overlay

This commit is contained in:
Julian Müller 2022-06-16 10:28:45 +02:00
parent 5893d311fe
commit c7866bfefe

View file

@ -60,8 +60,8 @@ main > h1 {
width: fit-content; width: fit-content;
} }
.passwordOverlay > form > h1 { .passwordOverlay > form > h1 {
margin-top: 3rem; margin-top: 2rem;
margin-bottom: 3rem; margin-bottom: 2rem;
} }
form input[type="password"], form input[type="text"] { form input[type="password"], form input[type="text"] {
width: 94%; width: 94%;
@ -110,7 +110,4 @@ form input[type="password"], form input[type="text"] {
font-size: 1.16rem; font-size: 1.16rem;
margin: .2rem; margin: .2rem;
} }
.passwordOverlay {
margin-top: 2rem;
}
} }