Skip to content

Commit 64c65d7

Browse files
authored
[EC-89] refactor: 캘린더 스타일 변경 (#71)
1 parent 85ed75c commit 64c65d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/components/calendar/calendar.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.calendarContainer {
2-
height: var(--height-half);
2+
height: 85%;
3+
width: 90%;
34
margin: var(--margin-medium);
45
border-radius: var(--border-radius-10);
5-
box-shadow: var(--box-shadow-basic);
66
padding: var(--padding-medium);
77
}
88

0 commit comments

Comments
 (0)