Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:BU-Spark/pitne-voter-app into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjiang9142 committed Jun 17, 2024
2 parents dfa4438 + 8fe89f6 commit 64a990f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/voterInfo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function VoterInfo() {

{/* Footer */}
<div className='flex flex-col justify-center items-center p-4 text-center my-6'>
<h1 className='font-semibold text-l'>Now that you know where you can vote, let&#39;s explore exactly who and what you are voting for.</h1>
<h1 className='font-semibold text-xl md:w-1/2 lg:w-1/2'>Now that you know where you can vote, let&#39;s explore exactly who and what you are voting for.</h1>
<ButtonFill name='Ballot Info' link='/ballotInfo' className='p-4 m-4 rounded-full bg-blue-700 text-white' />
</div>
</div>
Expand Down

0 comments on commit 64a990f

Please sign in to comment.