Skip to content

Commit

Permalink
changed the branch and fixed navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
YadlaMani committed May 18, 2024
1 parent 2c9c8c4 commit 6722d5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 5 additions & 1 deletion src/components/Footer/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ footer {
padding: 8px;
text-align: center;
width: 100%;
z-index: 9999;

border-top: 2px solid white;
}
.social-section {
display: flex;
Expand All @@ -18,3 +19,6 @@ footer {
display: inline;
padding-left: 30px;
}
.shoutout {
padding-right: 5px;
}
7 changes: 2 additions & 5 deletions src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ const Footer = () => {
<div class="social-section">
<div>
<div>
Made with ♡ by Avdhesh{" "}
<a href="https://github.com/Avdhesh-Varshney/WebMasterLog">
<i class="fa-brands fa-github"></i>
</a>
<b>Made with ♡ by Avdhesh </b>
</div>
</div>
<div class="social">
Expand All @@ -21,7 +18,7 @@ const Footer = () => {
</a>
</li>
<li>
<a href="https://x.com/i/flow/login?redirect_after_login=%2F__Avdhesh__">
<a href="https://twitter.com/__Avdhesh__">
<i class="fa-brands fa-square-x-twitter fa-lg"></i>
</a>
</li>
Expand Down

0 comments on commit 6722d5c

Please sign in to comment.