Skip to content

Commit

Permalink
Fixed bg image, made changes to the page
Browse files Browse the repository at this point in the history
  • Loading branch information
jackbouncy7 committed Oct 21, 2024
1 parent 08fe738 commit 9c997e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const Header = () => {
{/* <a style={{ color: scrolled ? '#3B566E' : 'white' }} href="blog.html">BLOG</a> */}
{/* </li> */}
<li>
<Link style={{ border: switchHeader || scrolled ? '1px solid #4886FF' : '1px solid white', color: switchHeader || scrolled ? '#4886FF' : 'white' }} to="/contact" className="btn-nav-line">
<Link style={{ border: switchHeader || scrolled ? '1px solid #4886FF' : '1px solid white', color: switchHeader || scrolled ? '#4886FF' : '' }} to="/contact" className="btn-nav-line">
CONTACT
</Link>
</li>
Expand Down
1 change: 1 addition & 0 deletions src/pages/Home/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ home
position: relative;
background: url('../../../public/assets/images/parallax.jpg') center no-repeat;
background-attachment: fixed;
background-size: 100%;
}
.parallax:before {
content: "";
Expand Down

0 comments on commit 9c997e1

Please sign in to comment.