Skip to content

Commit

Permalink
Merge pull request #3825 from alc0ve/develop
Browse files Browse the repository at this point in the history
[bugfix/wv-43]<donate page height fixed to eliminate white space at the bottom>TEAM REVIEW
  • Loading branch information
DaleMcGrew authored Feb 18, 2024
2 parents 13284df + b74f447 commit b42b701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ const WeVoteBody = styled('div')`
line-height: 1.4;
margin: 0 auto;
// max-width: 960px;
height: 100vw;
//height: 100vw;
position: relative;
z-index: 0;
// this debug technique works! ${() => console.log('-----------------------------')}
Expand Down

0 comments on commit b42b701

Please sign in to comment.