Skip to content

Commit

Permalink
fix: OverallSchedule에도 margin-bottom 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
simeunseo committed Aug 4, 2024
1 parent cb0a07d commit a61033b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/overallSchedule/OverallSchedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const OverallScheduleWrapper = styled.div`
flex-direction: column;
align-items: center;
justify-content: center;
margin-bottom: 16.4rem;
`;


0 comments on commit a61033b

Please sign in to comment.