Skip to content

Commit

Permalink
recenter design and sponsor section for mobile and desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
samanthatuhseng committed Sep 26, 2023
1 parent 961b64a commit b8c1545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Binary file modified public/assets/background/sponsors/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 2 additions & 5 deletions src/sections/Sponsor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ const StyledTitle = styled(Header2)`
color: #FFF;
font-size: 3rem;
padding-top: 33rem;
padding-right: 3rem;
${(p) => p.theme.mediaQueries.mobile} {
font-size: 3em;
padding-top: 10rem;
font-size: 2em;
padding-top: 12rem;
}
`

Expand All @@ -45,7 +44,6 @@ const PushinP = styled.p`
min-width: 500px;
margin: 0 auto;
padding-top: 2rem;
padding-right: 3rem;
max-width: 800px;
${(p) => p.theme.mediaQueries.mobile} {
Expand All @@ -56,7 +54,6 @@ const PushinP = styled.p`
const ButtonContainer = styled.p`
display: flex;
justify-content: center;
padding-right: 3rem;
`

const Skip = styled.div`
Expand Down

0 comments on commit b8c1545

Please sign in to comment.