From 197c1d8cea12674a6f192d27925acd328f44ddbf Mon Sep 17 00:00:00 2001 From: nadomolayohehe Date: Wed, 16 Oct 2024 20:11:27 +0900 Subject: [PATCH] :lipstick: Footer padding update Footer padding update --- src/components/footer/Footer.style.js | 3 ++- src/components/guestBook/Pagination.style.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/footer/Footer.style.js b/src/components/footer/Footer.style.js index fc4ce9d..1f5324c 100644 --- a/src/components/footer/Footer.style.js +++ b/src/components/footer/Footer.style.js @@ -12,6 +12,7 @@ export const FooterContainer = styled.footer` @media(max-width: 768px) { font-size: 0.8em; + margin : 0; } @@ -29,6 +30,7 @@ export const FooterTop = styled.div` @media(max-width: 768px) { flex-direction: column; margin-top:5%; + padding:5% 0; } `; @@ -214,7 +216,6 @@ export const UrlContainer = styled.div` img{ height : 5vh; - width: 8vw; } } diff --git a/src/components/guestBook/Pagination.style.js b/src/components/guestBook/Pagination.style.js index 59b2fee..8d6173b 100644 --- a/src/components/guestBook/Pagination.style.js +++ b/src/components/guestBook/Pagination.style.js @@ -12,7 +12,7 @@ export const PaginationContainer = styled.div` @media (max-width: 768px) { width :80vw; - margin-top:6%; + margin-top:20%; text-align:center; }