Skip to content

Commit

Permalink
add horizontal padding
Browse files Browse the repository at this point in the history
  • Loading branch information
neila committed Mar 25, 2024
1 parent 5298c21 commit 1ffac88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/organisms/Supporters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ const SupportersSection = () => {
background-position: center;
background-repeat: repeat;
background-size: cover;
padding: 2rem 0;
padding: 2rem;
text-align: center;
width: 100%;
`}
>
{/* <h2 css={css`color: black; font-weight: 600;`}>sponsors</h2> */}
Expand Down

0 comments on commit 1ffac88

Please sign in to comment.