Skip to content

Commit

Permalink
Merge pull request #133 from 2024WISCOM/feature/guestbook
Browse files Browse the repository at this point in the history
💄 GuestBook searchbar UI update
  • Loading branch information
nadomola authored Oct 26, 2024
2 parents adb590a + c0c60b6 commit 7920aca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/guestBook/MessageInputSection.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
}
`;
Expand Down
2 changes: 1 addition & 1 deletion src/components/guestBook/SearchBar.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const SearchBarContainer = styled.div`
padding:0;
top:-35vh;
right:-15vw;
margin-bottom:5%;
margin-bottom:1%;
}
`;
Expand Down

0 comments on commit 7920aca

Please sign in to comment.