Skip to content

Commit 6d14d5c

Browse files
committed
Add bottom padding to the Schedule header
1 parent 0de923f commit 6d14d5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/day/2026/singapore/schedule-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function ScheduleSection() {
4040
<div className="gql-container">
4141
<div className="gql-section !py-0 max-xs:px-0">
4242
<div className="border-neu-200 dark:border-neu-100 xs:border-x">
43-
<div className="flex flex-wrap items-baseline justify-between gap-4 px-2 pt-8 sm:px-3 lg:pt-12 2xl:pt-16">
43+
<div className="flex flex-wrap items-baseline justify-between gap-4 px-2 py-8 sm:px-3 lg:py-12 2xl:py-16">
4444
<h2 className="typography-h2">Schedule</h2>
4545
<p className="typography-body-md text-neu-700">
4646
All times in Singapore Time (SGT, UTC+8)

0 commit comments

Comments
 (0)