Skip to content

Commit

Permalink
chore: 반응형 font 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
gogumalatte committed Dec 4, 2024
1 parent 48f61da commit cc5d816
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/pages/MainPage/AnimatedText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const AnimatedText: React.FC<AnimatedTextProps> = ({
h="30px"
display="flex"
alignItems="center"
fontSize={{ base: "lg", md: "xl" }}
fontSize={{ base: "md", md: "xl" }}
mt={-2}
fontWeight={"md"}
opacity={opacity}
Expand Down
4 changes: 2 additions & 2 deletions src/pages/MainPage/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -611,8 +611,8 @@ export const Sidebar: React.FC<SidebarProps> = ({ isOpen, toggleSidebar }) => {
{/* 학부 정보 */}
<Box
fontFamily="'Nanum Gothic'"
fontSize={{ base: "10px", md: "12px" }}
pl={{ base: "15px", md: "30px" }}
fontSize={{ base: "9px", md: "12px" }}
pl={{ base: "20px", md: "30px" }}
pr={0}
pt={5}
pb={50}
Expand Down
4 changes: 2 additions & 2 deletions src/pages/MainPage/UserPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const UserPage = () => {
>
<Text
fontFamily={"Nanum Gothic"}
fontSize={{ base: "lg", md: "3xl" }}
fontSize={{ base: "md", md: "3xl" }}
fontWeight={"bold"}
mb="20px"
color="#555"
Expand All @@ -80,7 +80,7 @@ const UserPage = () => {
</Text>
<Button
onClick={createNewHistory}
fontSize={{ base: "lg", md: "2xl" }}
fontSize={{ base: "md", md: "2xl" }}
bg="#FCF6DC"
_hover={{ bg: "#CBC096", transform: "scale(1.01)" }}
mb="30px"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/SignupPage/SignupPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ const SignupPage: React.FC = () => {

{/* 닉네임 입력 */}
<Input
placeholder="닉네임"
placeholder="닉네임 (7글자 이하로 입력해주세요)"
bg="white"
fontSize={"sm"}
fontFamily={"Nanum Gothic"}
Expand Down

0 comments on commit cc5d816

Please sign in to comment.