Skip to content

Commit

Permalink
Merge pull request #4692 from Giveth/giv-palooza-hotfix
Browse files Browse the repository at this point in the history
HOTFIX bg on GIVPalooza
  • Loading branch information
mateodaza authored Sep 4, 2024
2 parents 9f8c298 + d6ddf7a commit e83cc1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/views/projects/qfBanner/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import Image from 'next/image';

export const BannerContainer = styled.div`
position: relative;
padding-top: 40px;
padding-bottom: 60px;
padding-top: 70px;
padding-bottom: 100px;
background: linear-gradient(98deg, #0f0116 24.06%, #380950 93.92%);
img {
-webkit-user-drag: none;
Expand Down Expand Up @@ -228,7 +228,7 @@ export const CustomSponsors = styled(Flex)`
height: 80px;
align-items: center;
justify-content: center;
${mediaQueries.mobileL} {
${mediaQueries.mobileS} {
width: 120px;
height: 120px;
}
Expand Down

0 comments on commit e83cc1c

Please sign in to comment.