Skip to content

Commit

Permalink
footer
Browse files Browse the repository at this point in the history
  • Loading branch information
sairohitp committed Dec 16, 2023
1 parent 2f40293 commit 8c25979
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/footer/Footer.module.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#supernav {
padding: 25px 0px;
padding: 20px 0px;
border-top: 1px solid #e6e6e6;
position: absolute;
bottom: 0;
width: 100%;
}

.flex {
display: flex;
justify-content: center;
align-items: center;
align-content: center;
gap: 40px;
}
display: flex;
justify-content: center;
align-items: center;
align-content: center;
gap: 40px;
}

0 comments on commit 8c25979

Please sign in to comment.