Skip to content

Commit

Permalink
Merge pull request #116 from 2024WISCOM/feature/footer
Browse files Browse the repository at this point in the history
💄 Footer padding update
  • Loading branch information
7beunseo authored Oct 16, 2024
2 parents f77a62a + 36ae9db commit bc93a5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions 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 @@ -24,11 +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 :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 bc93a5b

Please sign in to comment.