Skip to content

Commit 7ea24c5

Browse files
committed
Add some padding
1 parent de7f476 commit 7ea24c5

File tree

1 file changed

+1
-1
lines changed
  • src/app/conf/2025/components/gallery-strip

1 file changed

+1
-1
lines changed

src/app/conf/2025/components/gallery-strip/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export function GalleryStrip({ className, ...rest }: GalleryStripProps) {
2323
className={clsx("py-8 md:py-16", className)}
2424
{...rest}
2525
>
26-
<div className="flex gap-3.5 max-md:items-center md:px-24">
26+
<div className="flex gap-3.5 px-4 max-md:items-center md:px-24">
2727
{YEARS.map(year => (
2828
<button
2929
key={year}

0 commit comments

Comments
 (0)