Skip to content

Commit f5c758d

Browse files
authored
Bug/sponsors gap (#381)
* feat: refactored NewSponsorships and added 2026 sponsors * fixed vertical gaps
1 parent 1bbc72d commit f5c758d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/components/SponsorshipsSection/NewSponsorships.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default function NewSponsorships() {
5555
</div>
5656

5757
{/* Platinum Sponsors Links */}
58-
<div className="flex flex-wrap justify-center items-center gap-8 mt-8 mb-8 px-3">
58+
<div className="flex flex-wrap justify-center items-center gap-x-4 gap-y-8 md:gap-8 mt-8 mb-8 px-3">
5959
<PlatinumSponsor href="https://www.janestreet.com" ariaLabel="Jane Street" className="h-28 w-64">
6060
<Image
6161
src={JaneStreetLogo}
@@ -106,7 +106,7 @@ export default function NewSponsorships() {
106106
</div>
107107

108108
{/* Gold Sponsors Links */}
109-
<div className="flex flex-wrap justify-center items-center gap-40 mt-7 mb-5 px-3">
109+
<div className="flex flex-wrap justify-center items-center gap-x-16 gap-y-8 md:gap-x-40 mt-7 mb-5 px-3">
110110
<GoldSponsor href="https://www.arista.com" ariaLabel="Arista">
111111
<Image
112112
src={AristaLogo}

0 commit comments

Comments
 (0)