diff --git a/assets/css/src/calendar-strip.css b/assets/css/src/calendar-strip.css index 96772ab..d58953c 100644 --- a/assets/css/src/calendar-strip.css +++ b/assets/css/src/calendar-strip.css @@ -59,11 +59,11 @@ max-height: 0; background-color: #fff; z-index: 0; - transition: max-height 0.3s ease-in-out; + transition: max-height 0.5s ease-in-out; border-bottom: var(--border); } .calendar-strip__date.open { - max-height: 20rem; + max-height: 50rem; } .calendar-strip .session {