Skip to content

Commit

Permalink
update footer.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Phinetwork committed Dec 11, 2024
1 parent 7e49ea2 commit d924f76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/components/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
padding: 10px 0;
background-color: #282c34;
color: white;
position: fixed;
position: relative; /* Ensure the footer is within the normal flow */
bottom: 0;
width: 100%;
margin-top: auto; /* Push the footer to the bottom of the page content */
}

0 comments on commit d924f76

Please sign in to comment.