Skip to content

Commit

Permalink
and
Browse files Browse the repository at this point in the history
  • Loading branch information
SailingSteve committed Feb 27, 2024
1 parent 550af31 commit f9be637
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/js/pages/Ballot/Ballot.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1852,10 +1852,10 @@ const EmptyBallotNotice = styled('div')`
flex-direction: column;
justify-content: center;
margin-bottom: 22px;
margin-top: 24px;
padding: 12px 15px;
width: 100%;
${isCordova() ? 'margin-top: 50px !important; width: 90%; margin-left: 20px !important' : ''}
margin-top: 50px !important;
width: 90%;
margin-left: 20px !important;
`;

const FindYourFriendsWrapper = styled('div')`
Expand Down

0 comments on commit f9be637

Please sign in to comment.