Fixed a display issue with the login overlay
This commit is contained in:
parent
5893d311fe
commit
c7866bfefe
1 changed files with 2 additions and 5 deletions
|
@ -60,8 +60,8 @@ main > h1 {
|
|||
width: fit-content;
|
||||
}
|
||||
.passwordOverlay > form > h1 {
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 3rem;
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
form input[type="password"], form input[type="text"] {
|
||||
width: 94%;
|
||||
|
@ -110,7 +110,4 @@ form input[type="password"], form input[type="text"] {
|
|||
font-size: 1.16rem;
|
||||
margin: .2rem;
|
||||
}
|
||||
.passwordOverlay {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue