Skip to content

Commit

Permalink
Update styles-footer.css
Browse files Browse the repository at this point in the history
  • Loading branch information
riyaahlawat authored Jun 4, 2024
1 parent 4ec5574 commit 55087b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion styles-footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@ body {
height: 100vh;
}

#footer {
bottom: 0px;
}

.footer-container {
margin: 1rem 5rem;
-webkit-user-select: none;
user-select: none;
display: grid;
grid-template-columns: 1fr max-content;
gap: 5rem;
bottom: 0;
}

.footer-container-left {
Expand Down

0 comments on commit 55087b8

Please sign in to comment.