Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RanjanWorks committed Apr 28, 2024
1 parent 78352d8 commit 57366b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@ footer {
padding-bottom: 40px;

text-align: center;
display: flex;
align-items: center;
justify-content: space-between;
}

.footer-bottom p {
Expand Down
6 changes: 2 additions & 4 deletions components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,12 @@ const Footer = () => {

<div class="footer-bottom">
<p className="copyri">
{" "}
<CopyrightIcon /> <span id="year">2024</span>{" "}
<a href="#">Ranjan</a>{" "}
</p>

<div class="footer-menu">
<p>Made with Next.js</p>
</div>
<p>Made with Next.js</p>

</div>
</footer>
</>
Expand Down

0 comments on commit 57366b6

Please sign in to comment.