Skip to content

Commit

Permalink
Merge pull request #666 from Utsavladia/fix-footer
Browse files Browse the repository at this point in the history
Fixed footer for all screen sizes
  • Loading branch information
MastanSayyad committed Aug 1, 2024
2 parents b2e82b9 + 0556817 commit d7aaf77
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Components/Footer/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
width: 70%;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
justify-content: space-between;
gap: 1rem;
padding: 0rem 1rem;
}

.footer-text {
Expand All @@ -53,7 +55,7 @@
}

.footer-2 {
width: 25%;
width: fit-content
}

.footer-title {
Expand Down

0 comments on commit d7aaf77

Please sign in to comment.