Skip to content

Commit

Permalink
[wv-43]donate page height fixed to eliminate white space at the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
alc0ve committed Feb 10, 2024
1 parent bdb1a32 commit b74f447
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 @@ -705,7 +705,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 b74f447

Please sign in to comment.