diff --git a/src/components/guestBook/MessageInputSection.style.js b/src/components/guestBook/MessageInputSection.style.js index c88df71..ef29e39 100644 --- a/src/components/guestBook/MessageInputSection.style.js +++ b/src/components/guestBook/MessageInputSection.style.js @@ -28,7 +28,7 @@ export const Container = styled.div` } @media (min-width: 1025px) and (max-width: 1236px) { - height:80vh; + height:75vh; } `;