Skip to content

Commit e2ac8a8

Browse files
authored
feat(WeekView): match with header breakpoint
1 parent 3ac95c2 commit e2ac8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontend/src/components/ui/Schedule/WeekView.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const hours = getHours(events);
113113
---
114114
{(() => {
115115
const columns = eventsByDay.map(({ date }) => () => (
116-
<div class="flex flex-col h-full items-center justify-center max-md:min-w-30">
116+
<div class="flex flex-col h-full items-center justify-center max-lg:min-w-30">
117117
<div class="text-sm text-gray-500 mb-1 lg:text-xs md:text-[10px]">
118118
{new Intl.DateTimeFormat(locale, { weekday: dateHeaderFormat }).format(date)}
119119
</div>

0 commit comments

Comments
 (0)