Skip to content

Commit

Permalink
Merge pull request #150 from 2024WISCOM/feature/guestbook
Browse files Browse the repository at this point in the history
💄 Guest Book textSection mobile font-size update
  • Loading branch information
nadomola authored Oct 26, 2024
2 parents 384ec1d + bc5c8ea commit 5f09574
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 @@ -37,7 +37,7 @@ export const TextSection = styled.div`
position: relative;
@media (max-width: 768px) {
font-size: 2.0em;
font-size: 1.5em;
width: 100%;
text-align: center;
margin-top: 5%;
Expand Down

0 comments on commit 5f09574

Please sign in to comment.