Skip to content

Commit

Permalink
💄 GuestBook Button margin update
Browse files Browse the repository at this point in the history
GuestBook Button margin update
  • Loading branch information
nadomolayohehe committed Oct 26, 2024
1 parent 6bfc739 commit 2001582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/guestBook/MessageInputSection.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const Container = styled.div`
margin: 0 auto;
padding: 0 10%;
position: relative;
height:90vh;
height:85vh;
@media (max-width: 768px) {
Expand All @@ -24,7 +24,7 @@ export const Container = styled.div`
@media (min-width: 769px) and (max-width: 1237px) {
width:100%;
padding: 0 10%;
height:105vh;
height:100vh;
}
@media (min-width: 1025px) and (max-width: 1236px) {
Expand Down

0 comments on commit 2001582

Please sign in to comment.