Skip to content

Commit

Permalink
[LandingPage] style: 디자인 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeongjun3 committed Apr 21, 2024
1 parent 8d4005e commit cd478d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/landing/Landing.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ export default function LandingPage() {
<MovieSide />
<Center />
<MovieSide />
</div>
<div className="pt-[28px] pb-[32px] flex items-center justify-center">
<Button
variant="primary"
className="w-[324px] h-[56px]"
className="absolute w-[324px] h-[56px] bottom-[32px] left-0 right-0 m-auto"
onClick={goNext}
>
시작해보자냥
Expand Down

0 comments on commit cd478d2

Please sign in to comment.