Skip to content

Commit

Permalink
Merge pull request #53 from elishasmil3/patch-1
Browse files Browse the repository at this point in the history
aligned sponsor icons
  • Loading branch information
lancepioch authored Jun 9, 2024
2 parents a5b238c + 8661b40 commit 363ad3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HomepageFeatures/sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function HomepageSponsor(): JSX.Element {
<section className={styles.features}>
<div className="container">
<h1 style={{textAlign: 'center', fontSize: '250%'}}>Project Sponsors</h1>
<div className="row">
<div className="row items-center py-2">
{SponsorList.map((props, idx) => (
<Sponsor key={idx} {...props} />
))}
Expand Down

0 comments on commit 363ad3c

Please sign in to comment.