From 2ab198fc90d446a67df63d85502eac7a8c6320b8 Mon Sep 17 00:00:00 2001 From: dutexion Date: Sun, 5 May 2024 19:56:01 +0900 Subject: [PATCH] style :: font size --- src/pages/Team/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/Team/index.tsx b/src/pages/Team/index.tsx index d988b76..49948fd 100644 --- a/src/pages/Team/index.tsx +++ b/src/pages/Team/index.tsx @@ -133,6 +133,7 @@ const TipBox = styled.div` justify-content: center; align-items: center; border-radius: 8px; + font-size: 20px; `; const ContainerWrapper = styled.div`