Skip to content

Commit

Permalink
Merge pull request #344 from Bamdoliro/hotfix
Browse files Browse the repository at this point in the history
바뀐 헤더, 메인페이지 스케줄 디자인 반영하기
  • Loading branch information
arkk200 authored Aug 26, 2023
2 parents 2d85f91 + d2471d1 commit 3609727
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions apps/user/src/components/common/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,8 @@ const Header = () => {
export default Header;

const StyledHeader = styled.div`
${flex({ flexDirection: 'column', alignItems: 'center', justifyContent: 'center' })}
max-width: 1448px;
height: 126px;
height: 118px;
background-color: ${color.white};
margin: 0 auto;
padding: 0px 100px;
Expand Down
2 changes: 1 addition & 1 deletion apps/user/src/components/main/Schedule/Schedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default Schedule;

const StyledSchedule = styled.div`
${flex({ flexDirection: 'column' })}
gap: 10px;
gap: 24px;
width: 492px;
height: 100%;
padding: 40px 32px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default ScheduleItem;

const StyledScheduleItem = styled.div`
${flex({ flexDirection: 'column' })}
gap: 3px;
gap: 10px;
height: 58px;
width: 100%;
`;
Expand Down

0 comments on commit 3609727

Please sign in to comment.