Skip to content

Commit

Permalink
Merge pull request #139 from 2024WISCOM/feature/guestbook
Browse files Browse the repository at this point in the history
💄 Guest Book to 겹치는 부분 수정
  • Loading branch information
nadomola authored Oct 26, 2024
2 parents 19d45d6 + 6d13157 commit 88b9a92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/guestBook/MessageInputSection.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export const TextArea = styled.textarea`
@media (min-width: 769px) and (max-width: 1024px) {
width: 27vw;
height: 31vh;
top: 14%;
top: 17%;
}
`;

Expand All @@ -254,11 +254,11 @@ export const ButtonContainer = styled.div`
position: relative;
width: 100%;
top: 50px;
// margin-top:20px;
}
@media (min-width: 769px) and (max-width: 1024px) {
top: 400px;
top: 420px;
gap: 5%;
}
`;
Expand Down

0 comments on commit 88b9a92

Please sign in to comment.