We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac95c2 commit e2ac8a8Copy full SHA for e2ac8a8
packages/frontend/src/components/ui/Schedule/WeekView.astro
@@ -113,7 +113,7 @@ const hours = getHours(events);
113
---
114
{(() => {
115
const columns = eventsByDay.map(({ date }) => () => (
116
- <div class="flex flex-col h-full items-center justify-center max-md:min-w-30">
+ <div class="flex flex-col h-full items-center justify-center max-lg:min-w-30">
117
<div class="text-sm text-gray-500 mb-1 lg:text-xs md:text-[10px]">
118
{new Intl.DateTimeFormat(locale, { weekday: dateHeaderFormat }).format(date)}
119
</div>
0 commit comments