Skip to content

Commit

Permalink
Fix header color to improve distinction (Issue #484)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanmayshi committed Dec 19, 2024
1 parent 052353c commit 36bbf07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Sponsors/sponsors.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function Sponsors({eventSponsors,financialSponsor}) { //eventSponsors,financial
orchestrate an unforgettable celebration.
</Paragraph>
</div>
<Heading typeStyle='heading-md' className='text-white mt-10 sm:text-2xl sm:mt-5'>Event and Host Sponsor</Heading>
<Heading typeStyle='heading-md' className='text-gray-600 mt-10 sm:text-2xl sm:mt-5'>Event and Host Sponsor</Heading>
<div className='flex justify-center w-[650px] sm:w-full sm:flex-col sm:justify-center sm:items-center'>
{eventSponsors &&
eventSponsors.map((sponsor) => (
Expand All @@ -31,7 +31,7 @@ function Sponsors({eventSponsors,financialSponsor}) { //eventSponsors,financial
))}
</div>
<div className=' flex space-y-2 flex-col items-center justify-center text-white text-2xl font-bold'>
<Heading typeStyle='heading-md' className='text-white mb-12 sm:text-2xl'>Financial Sponsor</Heading>
<Heading typeStyle='heading-md' className='text-gray-600 mb-12 sm:text-2xl'>Financial Sponsor</Heading>
<div className='flex flex-col space-y-6'>
{financialSponsor &&
financialSponsor.map((sponsor) => (
Expand Down

0 comments on commit 36bbf07

Please sign in to comment.