Skip to content

Commit

Permalink
fix: qfeed-78 선택 페이지 컨테이너 레이아웃 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunami97 committed Dec 1, 2024
1 parent b2a97fe commit 1ce2616
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/pages/Select/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,25 @@ const SelectPage = () => {
const Container = styled.div`
width: 100%;
padding: 2rem 1rem;
background-color: #FFF9F4;
background-color: ${theme.colors.background};
min-height: calc(100vh - 5.25rem);
margin-bottom: 5.25rem;
overflow: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
`;

const LogoWrapper = styled.div`
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-top: 8.75rem;
margin-bottom: 2.358rem;
margin-bottom: 2.312rem;
`;

const Title = styled.h1`
width: 100%;
font-size: 1.125rem;
font-weight: bold;
color: ${theme.colors.primary};
Expand Down

0 comments on commit 1ce2616

Please sign in to comment.