Skip to content

Commit

Permalink
Merge pull request #132 from 2024WISCOM/feature/guestbook
Browse files Browse the repository at this point in the history
💄 Guestbook height update
  • Loading branch information
nadomola authored Oct 26, 2024
2 parents cca427f + dccb986 commit adb590a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/guestBook/MessageInputSection.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const Container = styled.div`
}
@media (min-width: 1025px) and (max-width: 1236px) {
height:80vh;
height:75vh;
}
`;

Expand Down

0 comments on commit adb590a

Please sign in to comment.