This commit is contained in:
Kenneth Jannette
2024-01-19 17:15:38 -06:00
parent bbb380800a
commit 21de80a0e8
5 changed files with 51 additions and 213 deletions

View File

@@ -42,56 +42,6 @@
flex-direction: column;
align-items: flex-end;
}
.signup-proceed-button {
width: 160px;
}
.signup-passw-inputs {
width: 100%;
}
span {
margin-right: 6px;
}
@media only screen and (max-width: 430px) {
.signup-sub-container {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 25px;
width: 420px;
border-radius: 10px;
background-color: rgb(240, 247, 250);
border: 1px solid #e9e9e9;
}
.signup-header-text {
font-size: 1.5rem;
}
.signup-form {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-right: auto;
margin-left: auto;
width: 390px;
}
.signup-mobile-column {
width: 340px;
}
.signup-button-box {
width: 320px;
align-items: center;
}
.signup-passw-inputs {
width: 370px;
}
span {
margin-right: 6px;
}
.signup-btn {
width: 150px;
}