small login css fix
This commit is contained in:
@@ -32,7 +32,7 @@ body {
|
||||
transform: translate(-50%, calc(-50% - 60px));
|
||||
background-color: #181926;
|
||||
border-radius: 12px;
|
||||
width: 100%;
|
||||
width: calc(100dvw - 40px);
|
||||
max-width: 500px;
|
||||
height: fit-content;
|
||||
padding: 10px;
|
||||
@@ -55,7 +55,8 @@ body {
|
||||
|
||||
.sub > input {
|
||||
margin-bottom: 5px;
|
||||
width: 300px;
|
||||
max-width: 300px;
|
||||
width: 80dvw;
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user