From dfc465e12c619a012c50e84ae1d7b354a3b640d8 Mon Sep 17 00:00:00 2001 From: nadomolayohehe Date: Sun, 27 Oct 2024 09:36:13 +0900 Subject: [PATCH] :lipstick: Guestbook textSection fontsize update guestbook textSection fontsize update --- src/components/guestBook/MessageInputSection.style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/guestBook/MessageInputSection.style.js b/src/components/guestBook/MessageInputSection.style.js index d3cd75a..c45f42b 100644 --- a/src/components/guestBook/MessageInputSection.style.js +++ b/src/components/guestBook/MessageInputSection.style.js @@ -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%;