Skip to content

Commit a252552

Browse files
committed
landing page banner image and favicon
1 parent d0b183b commit a252552

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

components/core/Landing.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const LandingBanner = styled.section`
3131
display: flex;
3232
justify-content: center;
3333
align-items: center;
34-
min-height: calc(100vh - 74px);
34+
min-height: 100vh;
3535
background-color: var(--color-brand);
3636
background: rgb(93,33,210);
3737
background: linear-gradient(180deg, rgba(93,33,210,1) 0%, rgba(175,33,210,1) 100%);
@@ -56,7 +56,7 @@ const LandingBanner = styled.section`
5656

5757
const BannerHeader = styled(Navbar)`
5858
padding: 1rem 1.8rem !important;
59-
background-color: var(--color-brand);
59+
background-color: rgba(var(--color-brand-rgb), 0.86);
6060
6161
.navbar-toggler:hover,
6262
.navbar-toggler:focus {
@@ -417,7 +417,7 @@ const Landing = ({ setOpen, user, setUser }) => {
417417

418418
return(
419419
<div>
420-
<BannerHeader sticky="top" expand="md">
420+
<BannerHeader fixed="top" expand="md">
421421
<Navbar.Brand><Logo><div className="sr-only">TryShape</div></Logo></Navbar.Brand>
422422
<Navbar.Toggle>
423423
<FiMenu color="var(--color-neutral-10" size="24px"/>

public/bg-banner.png

72.1 KB
Loading

public/favicon.ico

-12.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)