Skip to content

Commit

Permalink
fix: 캘린더 UI 수정 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
ha3158987 committed May 28, 2021
1 parent f7422e1 commit 948ed94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/components/SearchBar/Calendar/CalendarStyles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const CalendarSelector = styled.div`
const CalendarLayout = styled.div`
/* outline: red solid 1px; */
/*margin: 1.6rem;*/
padding: 1.5rem;
padding: 2.5rem;
font-size: 1.6rem;
font-weight: 600;
Expand Down Expand Up @@ -134,8 +134,9 @@ const CurrentMonth = styled.div`
grid-template-columns: repeat(7, 1fr);
& > span {
justify-content: center;
display: flex;
align-items: center;
align-items: center;
height: 2em;
padding: 0.5rem 1rem;
}
Expand Down

0 comments on commit 948ed94

Please sign in to comment.