Skip to content

Commit

Permalink
Fix(partners): change logo sizes and spacing on column view
Browse files Browse the repository at this point in the history
  • Loading branch information
ThulinaWickramasinghe committed Aug 25, 2024
1 parent d89ccfb commit 24056af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/2024/src/components/landing/partners.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const Partners = () => {
return (
<div className="w-full flex flex-col items-center mt-12 py-6 px-6 lg:px-24 gap-y-8 md:gap-y-14">
<SectionBadge className="self-center lg:self-center">In partnership with</SectionBadge>
<div className="flex flex-col lg:flex-row justify-center items-center gap-10 md:gap-x-20 transform scale-[0.55] xs:scale-75 md:scale-100">
<img src="./assets/images/logos/sesc.png" alt="SESC Logo" className=" h-[56px] translate-y-0.5" />
<div className="flex flex-col lg:flex-row justify-center items-center gap-16 md:gap-x-20 transform scale-75 md:scale-100">
<img src="./assets/images/logos/sesc.png" alt="SESC Logo" className="h-[56px] translate-y-0.5" />
<img src="./assets/images/logos/wif.png" alt="WIF Logo" className="w-[144px] h-[60px] translate-y-0.5" />
<img
src="./assets/images/logos/mozilla.png"
Expand Down

0 comments on commit 24056af

Please sign in to comment.