This commit is contained in:
Kenneth Jannette
2024-01-11 23:24:32 -06:00
parent ff699ad7c1
commit d70d041b2b
4 changed files with 10 additions and 2 deletions

View File

@@ -784,7 +784,7 @@ li.nav-item {
.heading-2-mobile {
display: flex;
font-size: 1.3rem;
font-size: 1.365rem;
}
button.button-1 {

View File

@@ -83,4 +83,10 @@
.login-form-wrapper {
width: 400px;
}
.login-button-wrapper {
display: flex;
flex-direction: column;
align-items: center;
margin: auto;
}
}

View File

@@ -42,9 +42,11 @@
flex-direction: column;
align-items: flex-end;
}
.signup-btn {
width: 150px;
}
.signup-passw-inputs {
width: 100%;
}
@@ -82,6 +84,7 @@ span {
.signup-button-box {
width: 320px;
align-items: center;
}
.signup-passw-inputs {