Skip to content

Commit

Permalink
Fix overlap on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
sidyakinian committed Nov 14, 2023
1 parent e2c0c28 commit c81b9d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const HeroContainer = styled.div`
background-repeat: no-repeat;
background-position: top;
background-size: contain;
padding-top: 134px;
`;

const HeroTextContainer = styled.div`
Expand Down
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ export default function Home() {
<meta name="twitter:image" content="/assets/meta-image.png" />
</Head>
<Background>
<Banner />
<NavBar/>
<Banner />
<Hero />
<ContentContainer
id="about"
Expand Down

0 comments on commit c81b9d6

Please sign in to comment.