Adjust login page's style.

This commit is contained in:
Sen Manho 2022-05-18 22:21:14 +09:00
parent 8f1f233794
commit 18d958858b
1 changed files with 5 additions and 5 deletions

View File

@ -47,12 +47,12 @@ table {
#form_icon img {
width: 100%;
max-width: 450px;
max-width: 150px;
}
#form_icon_prompt img {
width: 50%;
max-width: 350px;
max-width: 150px;
}
@ -63,7 +63,7 @@ table {
justify-content: center;
align-items: center;
position: absolute;
transform: translate(-50%, 25%);
transform: translate(-50%, 8%);
}
/* Style input fields */
@ -86,7 +86,7 @@ table {
height: 60px;
/* Make the borders more round */
border-radius: 12px;
border-radius: 5px;
width: 100%;
}
@ -118,7 +118,7 @@ table {
text-transform: capitalize;
text-align: center;
display: inline-block;
margin-top: 25%;
margin-top: 10%;
margin-right: 2%;
width: 50%;
}