Skip to content

Commit 885616c

Browse files
committed
Add some margin-bottom for mobiles
1 parent 1291e9e commit 885616c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/conf/2025/schedule/_components/schedule-list.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export function ScheduleList({
146146
<>
147147
<div className="flex justify-between gap-1 max-lg:flex-col">
148148
<BookmarkOnSched year={year} />
149-
<div className="flex gap-2">
149+
<div className="flex gap-2 max-lg:mb-4">
150150
<Button
151151
href="#current-time-marker"
152152
variant="tertiary"
@@ -163,7 +163,7 @@ export function ScheduleList({
163163
),
164164
)
165165
}
166-
className="max-lg:mb-4 max-lg:w-fit max-lg:self-end"
166+
className="max-lg:w-fit max-lg:self-end"
167167
/>
168168
</div>
169169
</div>

0 commit comments

Comments
 (0)