Skip to content

Commit

Permalink
adjust sponsor logo size to flexbox
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinkam33 committed Oct 21, 2023
1 parent 06ffa40 commit fa6f301
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/sections/Sponsor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,16 @@ const Sponsors = styled.div`
display: flex;
justify-content: center;
align-items: center;
width: 50vw;
padding-top: 2.5vw;
position: relative;
z-index: 3;
margin: auto;
`

const SponsorLogo = styled.img`
width: 37.5vw;
width: 50%;
flex: 50%;
`

const PushinP = styled.p`
Expand Down

0 comments on commit fa6f301

Please sign in to comment.