Improved responsiveness on mobile phone
This commit is contained in:
@@ -168,4 +168,16 @@ async function handleSubmit() {
|
||||
font-size: 0.95rem;
|
||||
margin-top: 0.25rem;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.login-wrapper {
|
||||
align-items: flex-start;
|
||||
padding-top: 2rem;
|
||||
min-height: unset;
|
||||
}
|
||||
|
||||
.login-card {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user