Skip to content

Commit

Permalink
Merge pull request #200 from r7projects-shayan/main
Browse files Browse the repository at this point in the history
Fixed Navbar responsiveness
  • Loading branch information
AbhiDiva96 authored Jun 22, 2024
2 parents 251179a + d4ffd90 commit 6d7c77a
Show file tree
Hide file tree
Showing 6 changed files with 209 additions and 271 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
]
},
"devDependencies": {
"tailwindcss": "^3.4.1"
"tailwindcss": "^3.4.4"
}
}
4 changes: 2 additions & 2 deletions src/pages/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ const Footer = () => {
</div>
<div className="footer-item footer-icons">
<a href="https://github.com/AbhiDiva96/75per">
<GitHubIcon className="icon"/>
<GitHubIcon className="icon" />
</a>
<a href="https://www.linkedin.com/in/abhishek-kumar-062231198/">
<LinkedInIcon className="icon"/>
<LinkedInIcon className="icon" />
</a>
</div>
</div>
Expand Down
Loading

0 comments on commit 6d7c77a

Please sign in to comment.