Skip to content

Commit

Permalink
Merge pull request #151 from 2024WISCOM/feature/guestbook
Browse files Browse the repository at this point in the history
💄 Guestbook textSection fontsize update
  • Loading branch information
nadomola authored Oct 27, 2024
2 parents 5f09574 + dfc465e commit 0e13134
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: 1.5em;
font-size: 1.3em;
width: 100%;
text-align: center;
margin-top: 5%;
Expand Down

0 comments on commit 0e13134

Please sign in to comment.