From c0c60b628615d8207b9800a4d0bb8e18a16d6884 Mon Sep 17 00:00:00 2001 From: nadomolayohehe Date: Sat, 26 Oct 2024 20:23:57 +0900 Subject: [PATCH] :lipstick: GuestBook searchbar UI update guestBook searchbar UI update --- src/components/guestBook/MessageInputSection.style.js | 2 +- src/components/guestBook/SearchBar.style.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/guestBook/MessageInputSection.style.js b/src/components/guestBook/MessageInputSection.style.js index ef29e39..9a629b9 100644 --- a/src/components/guestBook/MessageInputSection.style.js +++ b/src/components/guestBook/MessageInputSection.style.js @@ -261,7 +261,7 @@ export const ButtonContainer = styled.div` } @media (min-width: 769px) and (max-width: 1024px) { - top: calc(100% - 250px); + top: calc(100% - 230px); gap: 5%; } `; diff --git a/src/components/guestBook/SearchBar.style.js b/src/components/guestBook/SearchBar.style.js index db84a88..5e8ecf6 100644 --- a/src/components/guestBook/SearchBar.style.js +++ b/src/components/guestBook/SearchBar.style.js @@ -30,7 +30,7 @@ export const SearchBarContainer = styled.div` padding:0; top:-35vh; right:-15vw; - margin-bottom:5%; + margin-bottom:1%; } `;