Skip to content

Commit

Permalink
[FIX]: Footer fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperAayush committed Oct 21, 2022
1 parent 6f225f1 commit 2074884
Show file tree
Hide file tree
Showing 4 changed files with 216 additions and 10 deletions.
213 changes: 213 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"check-node-version": "^4.2.1",
"gh-pages": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
9 changes: 0 additions & 9 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,6 @@ const Footer = () => {
<li><a href="#">GitHub</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Company</h4>
<ul>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms Of Use</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Legal</a></li>
</ul>
</div>
</div>
</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion src/styles/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@
padding: 70px 0;
}
.footer-col1{
margin-right: 210px;
margin-right: 250px;
font-size: 18px;
}
.footer-col{
width: 15%;
padding: 0 15px;
margin-left:40px;
}
.footer-col h4{
font-size: 18px;
Expand Down

0 comments on commit 2074884

Please sign in to comment.