Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/LazySponsorSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export function LazySponsorSection({
<div className="space-y-8">
<h3 className="text-3xl font-bold">{title}</h3>
<div
className="relative mx-auto flex w-full flex-wrap overflow-hidden"
className="relative mx-auto flex w-full flex-wrap overflow-hidden [&>div]:h-full [&>div]:w-full"
style={{ aspectRatio, maxWidth: packMaxWidth }}
>
<Hydrate
Expand Down
Loading