more
This commit is contained in:
@@ -56,7 +56,6 @@ const NavbarElement = (props) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function packUpAndLeave(link) {
|
function packUpAndLeave(link) {
|
||||||
console.log("packUpAndLeave!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", link);
|
|
||||||
navToggle();
|
navToggle();
|
||||||
handleClick(link);
|
handleClick(link);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
@@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user