This commit is contained in:
Kenneth Jannette
2024-01-11 20:28:42 -06:00
parent ffc5fd3497
commit 88b63228da

View File

@@ -51,11 +51,17 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
margin-top: 45px; margin-top: 25px;
width: 420px; width: 420px;
padding: 12px;
border-radius: 10px; border-radius: 10px;
background-color: rgb(240, 247, 250); background-color: rgb(240, 247, 250);
border: 1px solid #e9e9e9; border: 1px solid #e9e9e9;
} }
.signup-header-text {
font-size: 1.5rem;
}
.signup-form {
width: 380px;
}
} }