Skip to content

Commit

Permalink
feat: 시작화면 가운데 정렬
Browse files Browse the repository at this point in the history
  • Loading branch information
gogumalatte committed Nov 26, 2024
1 parent bc2a078 commit 37029ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Start/StartPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const StartPage: React.FC = () => {

return (
<Center height="100vh" bg="gray.100">
<VStack spacing={8} position="relative">
<VStack spacing={8} alignItems={"center"}>
{/* 메인 텍스트 */}
<Text fontSize={{ base: "xl", md: "3xl" }} fontWeight="bold">
Welcome to Netflix Recommender
Expand Down

0 comments on commit 37029ed

Please sign in to comment.