Release 8 (devel -> main) #30

Merged
ChaoticByte merged 8 commits from devel into main 2022-06-16 09:06:19 +00:00
Showing only changes of commit c7866bfefe - Show all commits

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