Skip to content

Commit

Permalink
💄 Footer padding update
Browse files Browse the repository at this point in the history
Footer padding update
  • Loading branch information
nadomolayohehe committed Oct 16, 2024
1 parent 7aaf726 commit 197c1d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/components/footer/Footer.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const FooterContainer = styled.footer`
@media(max-width: 768px) {
font-size: 0.8em;
margin : 0;
}
Expand All @@ -29,6 +30,7 @@ export const FooterTop = styled.div`
@media(max-width: 768px) {
flex-direction: column;
margin-top:5%;
padding:5% 0;
}
`;
Expand Down Expand Up @@ -214,7 +216,6 @@ export const UrlContainer = styled.div`
img{
height : 5vh;
width: 8vw;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/guestBook/Pagination.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const PaginationContainer = styled.div`
@media (max-width: 768px) {
width :80vw;
margin-top:6%;
margin-top:20%;
text-align:center;
}
Expand Down

0 comments on commit 197c1d8

Please sign in to comment.