From 200158257d1e96904ce13c1e78ab650df9464640 Mon Sep 17 00:00:00 2001 From: nadomolayohehe Date: Sat, 26 Oct 2024 20:11:05 +0900 Subject: [PATCH] :lipstick: GuestBook Button margin update GuestBook Button margin update --- src/components/guestBook/MessageInputSection.style.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/guestBook/MessageInputSection.style.js b/src/components/guestBook/MessageInputSection.style.js index 51b1e26..c88df71 100644 --- a/src/components/guestBook/MessageInputSection.style.js +++ b/src/components/guestBook/MessageInputSection.style.js @@ -9,7 +9,7 @@ export const Container = styled.div` margin: 0 auto; padding: 0 10%; position: relative; - height:90vh; + height:85vh; @media (max-width: 768px) { @@ -24,7 +24,7 @@ export const Container = styled.div` @media (min-width: 769px) and (max-width: 1237px) { width:100%; padding: 0 10%; - height:105vh; + height:100vh; } @media (min-width: 1025px) and (max-width: 1236px) {