From 99f411660944e9d1dc6c120a9f81ee9597016d4f Mon Sep 17 00:00:00 2001 From: Gabriel Le Breton Date: Fri, 19 Dec 2025 09:12:15 -0500 Subject: [PATCH 1/2] style(sponsors-section): Improve responsive design of sponsors iframe - Add `className="w-full max-w-7xl"` to FadeIntoView wrapper for proper width constraints - Replace fixed `height` and `width` attributes with responsive Tailwind classes - Implement breakpoint-based height scaling: 1200px (mobile), 1000px (sm), 900px (md), 750px (lg), 667px (xl) - Set iframe to full width for better mobile experience - Improves layout consistency across different screen sizes and devices --- src/components/pages/home/section/sponsors-section.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/pages/home/section/sponsors-section.tsx b/src/components/pages/home/section/sponsors-section.tsx index 1975c404..032eacb1 100644 --- a/src/components/pages/home/section/sponsors-section.tsx +++ b/src/components/pages/home/section/sponsors-section.tsx @@ -6,11 +6,10 @@ const SponsorsSection = () => { return ( // Would be nice if the banner had a dark mode that we could use for `dark:*`
- +