Skip to content

Commit

Permalink
💄 Footer ui update
Browse files Browse the repository at this point in the history
Footer ui update
  • Loading branch information
nadomolayohehe committed Oct 16, 2024
1 parent 197c1d8 commit 36ae9db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/footer/Footer.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ export const FooterTop = styled.div`
width: 100%;
max-width: 85vw;
margin: 0 auto;
padding: 1% 5%;
padding: 0% 5%;
@media(max-width: 768px) {
flex-direction: column;
margin-top:5%;
padding:5% 0;
padding :0;
}
`;
Expand Down

0 comments on commit 36ae9db

Please sign in to comment.