This commit is contained in:
Kenneth Jannette
2024-01-11 20:17:37 -06:00
parent 88fd2b630c
commit ffc5fd3497

View File

@@ -47,4 +47,15 @@
}
@media only screen and (max-width: 430px) {
.signup-sub-container {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 45px;
width: 420px;
padding: 12px;
border-radius: 10px;
background-color: rgb(240, 247, 250);
border: 1px solid #e9e9e9;
}
}