diff --git a/src/app/components/Nav/Nav.js b/src/app/components/Nav/Nav.js index 9f7692de..3b142567 100644 --- a/src/app/components/Nav/Nav.js +++ b/src/app/components/Nav/Nav.js @@ -32,7 +32,12 @@ const Nav = () => { href={link} className="item social center" > - + ))} @@ -73,8 +78,17 @@ const Nav = () => { <> {socials.map(({ name, icons, link }) => ( - - + + ))} @@ -112,7 +126,10 @@ const Nav = () => { {label} ))} - + Join diff --git a/src/app/components/Nav/Nav.scss b/src/app/components/Nav/Nav.scss index 5e56a43d..efbfaa09 100644 --- a/src/app/components/Nav/Nav.scss +++ b/src/app/components/Nav/Nav.scss @@ -1,11 +1,5 @@ @import "app/styles/variables"; -nav { - position: sticky; - top: 0; - z-index: 1000; -} - #navSpacer { height: 88px; display: block;