From d70d041b2b970e2d7ea6b76feac517c621fd9ab5 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Thu, 11 Jan 2024 23:24:32 -0600 Subject: [PATCH] more --- src/Components/Navigation/Navbar.js | 1 - src/styles/homepage.scss | 2 +- src/styles/login.scss | 6 ++++++ src/styles/signup.scss | 3 +++ 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/Components/Navigation/Navbar.js b/src/Components/Navigation/Navbar.js index 5ce8052..8e0199d 100644 --- a/src/Components/Navigation/Navbar.js +++ b/src/Components/Navigation/Navbar.js @@ -56,7 +56,6 @@ const NavbarElement = (props) => { } function packUpAndLeave(link) { - console.log("packUpAndLeave!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", link); navToggle(); handleClick(link); } diff --git a/src/styles/homepage.scss b/src/styles/homepage.scss index cff680d..41c4053 100644 --- a/src/styles/homepage.scss +++ b/src/styles/homepage.scss @@ -784,7 +784,7 @@ li.nav-item { .heading-2-mobile { display: flex; - font-size: 1.3rem; + font-size: 1.365rem; } button.button-1 { diff --git a/src/styles/login.scss b/src/styles/login.scss index 3cacb0e..a168910 100644 --- a/src/styles/login.scss +++ b/src/styles/login.scss @@ -83,4 +83,10 @@ .login-form-wrapper { width: 400px; } + .login-button-wrapper { + display: flex; + flex-direction: column; + align-items: center; + margin: auto; + } } diff --git a/src/styles/signup.scss b/src/styles/signup.scss index 599f761..2b41d5b 100644 --- a/src/styles/signup.scss +++ b/src/styles/signup.scss @@ -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 {