Skip to content

Commit df65e35

Browse files
saihajdimaMachina
andauthored
Update src/app/conf/2025/sponsors.tsx
Co-authored-by: Dimitri POSTOLOV <[email protected]>
1 parent 5b4a054 commit df65e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/conf/2025/sponsors.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function List({
5050
linkClassName?: string
5151
}) {
5252
return (
53-
<div className={clsx("flex gap-6 flex-col lg:flex-row", className)}>
53+
<div className={clsx("flex gap-6 max-lg:flex-col", className)}>
5454
{items.map(({ link, icon, name }, i) => (
5555
<a
5656
key={i}

0 commit comments

Comments
 (0)