Skip to content

Commit

Permalink
exchange logos
Browse files Browse the repository at this point in the history
  • Loading branch information
anamontiaga committed Nov 30, 2023
1 parent 06f9030 commit ad16083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/about-page/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ const About = () => {
className="w-full flex items-center justify-center"
{...IN_VIEW_PROPS}
>
<img src={partner.logo} alt={partner.name} className="max-h-24 p-2" />
<img src={partner.logo} alt={partner.name} className="max-h-24 px-8 lg:p-1.5" />
</motion.a>
))}
</div>
Expand Down

1 comment on commit ad16083

@vercel
Copy link

@vercel vercel bot commented on ad16083 Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ncs-go – ./

ncs-go-vizzuality1.vercel.app
ncs-go.vercel.app
ncs-go-git-main-vizzuality1.vercel.app

Please sign in to comment.