From f9be637e0fb3c3195d28e62dea7794655c53c16b Mon Sep 17 00:00:00 2001 From: stevepodell Date: Tue, 27 Feb 2024 14:47:03 -0800 Subject: [PATCH] and --- src/js/pages/Ballot/Ballot.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/js/pages/Ballot/Ballot.jsx b/src/js/pages/Ballot/Ballot.jsx index c01f4216e..45200d44b 100644 --- a/src/js/pages/Ballot/Ballot.jsx +++ b/src/js/pages/Ballot/Ballot.jsx @@ -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')`