Skip to content

Commit

Permalink
refactor: 달력 너비 조절
Browse files Browse the repository at this point in the history
  • Loading branch information
HeHelee committed Nov 13, 2024
1 parent 9fe5fb7 commit 5e1573d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/features/CustomCalendar/CustomCalendar.styles.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { css } from "@emotion/react";

export const appContainerStyles = css`
max-width: 960px;
max-width: 1280px;
margin: 0 auto;
padding-bottom: 0.4rem;
`;
Expand Down Expand Up @@ -32,7 +32,7 @@ export const calendarStyles = css`
}
.fc-toolbar-title {
font-size: 4rem !important;
font-size: 0.5rem !important;
}
.fc-event-main {
Expand All @@ -41,7 +41,7 @@ export const calendarStyles = css`
}
.fc-timegrid-slot {
height: 4rem;
height: 2rem;
}
.fc-view-harness {
Expand Down Expand Up @@ -78,7 +78,7 @@ export const calendarStyles = css`
}
.fc-timegrid-slot {
height: 4rem;
height: 5rem;
}
/* 데스크탑: 7개의 열 */
Expand All @@ -87,7 +87,7 @@ export const calendarStyles = css`
}
.fc-toolbar-title {
font-size: 10rem !important;
font-size: 2rem !important;
}
.fc-timegrid-slot {
Expand Down

0 comments on commit 5e1573d

Please sign in to comment.