We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7030c commit 54116a5Copy full SHA for 54116a5
2 files changed
app/(home)/components/Sponsors.tsx
@@ -57,7 +57,7 @@ export function Sponsors() {
57
58
return (
59
<section className="bg-[#112018] py-16 font-montserrat lg:mb-[-90px] md:mb-[-70px] sm:mb-0">
60
- <Container>
+ <Container className="overflow-x-clip">
61
{/* Desktop View (768px and up) */}
62
<section className="hidden md:block">
63
<SponsorsDesktop sponsors={sponsors} />
app/(home)/page.tsx
@@ -6,7 +6,6 @@ import { PythonFoundation } from './components//PythonFoundation';
6
import { Partners } from './components//Partners';
7
import UpcomingEvents from './components//UpcomingEvents';
8
import { Sponsors } from './components/Sponsors';
9
-
10
import { Testimonials } from './components/Testimonials';
11
12
export default function HomePage() {
0 commit comments