Skip to content

Commit

Permalink
changes in about us and navbar fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaymon-khawas committed Nov 12, 2024
1 parent 8c84880 commit e0fed8c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/Components/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const Navbar = () => {
} else {
router.push(href);
}
setIsOpen(false);
};
{/*const handleScroll = (e: any, href: any) => {
e.preventDefault();
Expand Down
15 changes: 11 additions & 4 deletions src/styles/about.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
justify-content: center;
align-items: center;
padding: 20px;
/*margin-top: 3rem:
margin-bottom: 3rem;*/
font-family: "Satoshi", sans-serif;
margin-top: 3rem;
margin-bottom: 3rem;
//font-family: "Satoshi", sans-serif;
background-color: white{/*} #1a1a1a*/};
color: black{/*} white*/};

Expand All @@ -23,7 +23,9 @@
padding: 10px;

h1 {
font-size: 6rem;
font-family: 'Bebas Neue';
font-weight: 400;
font-size: 206px;
text-align: center;
}

Expand All @@ -46,6 +48,11 @@
}

.aboutContentText {
font-family: 'Poppins';
font-weight: 500;
font-size: 23px;
text-align: center;
color:#5E5B5B;
display: flex;
flex-direction: column;
gap: 20px;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/aboutLanding.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
padding: 0px 0;
overflow: hidden;
background-color: white;
transform: rotate(-1.5deg) scale(1.1);
transform: rotate(-4.48deg) scale(1.1);
}

.infiniteCardsRow {
Expand Down

0 comments on commit e0fed8c

Please sign in to comment.