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

@@ -56,7 +56,6 @@ const NavbarElement = (props) => {
} }
function packUpAndLeave(link) { function packUpAndLeave(link) {
console.log("packUpAndLeave!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", link);
navToggle(); navToggle();
handleClick(link); handleClick(link);
} }

View File

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

View File

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

View File

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