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 5bd7515 commit c1d7c19Copy full SHA for c1d7c19
src/app/conf/2025/components/gallery-strip/index.tsx
@@ -23,7 +23,7 @@ export function GalleryStrip({ className, ...rest }: GalleryStripProps) {
23
className={clsx("py-8 md:py-16", className)}
24
{...rest}
25
>
26
- <div className="flex gap-3.5 max-md:items-center md:px-24">
+ <div className="flex gap-3.5 px-4 max-md:items-center md:px-24">
27
{YEARS.map(year => (
28
<button
29
key={year}
0 commit comments