Upated for phone.

This commit is contained in:
retoor 2025-04-01 21:23:10 +02:00
parent e3c997302b
commit 27c0abea31

View File

@ -14,6 +14,7 @@
justify-content: center;
align-items: center;
height: 100vh;
width: 100vw;
}
generic-form {
@ -29,7 +30,6 @@ generic-form {
background-color: #0f0f0f;
border-radius: 10px;
padding: 30px;
width: 400px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
text-align: center;
@ -93,8 +93,7 @@ input {
}
@media (max-width: 500px) {
@media (max-width: 600px) {
.generic-form-container {
width: 90%;
}
}
}