Skip to content

Commit

Permalink
small spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
eelkus01 committed Jun 18, 2024
1 parent 13b32a9 commit 565b5f0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions client/src/pages/voterInfo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ export default function VoterInfo() {
<div className='grid grid-cols-4 mt-1'>
<div className='md:col-span-1 hidden md:block'>
</div>
<div className="space-y-4 mx-10 my-1 p-8 rounded-2xl shadow-xl border border-gray-200 col-span-4 lg:col-span-2 bg-blue-100">
<div className="space-y-4 w-full px-4">
<div className="w-full px-4 text-center">
<p className='text-xl text-black-600 '>County: Suffolk</p>
<div className="space-y-4 mx-10 my-1 p-8 rounded-2xl shadow-xl border border-gray-200 col-span-4 lg:col-span-2 bg-blue-100">
<div className="space-y-4 w-full px-4">
<div className="w-full px-4 text-center">
<p className='text-xl text-black-600 '>County: Suffolk</p>
</div>
</div>
</div>
<div className='md:col-span-1 hidden md:block'>
</div>
</div>
<div className='md:col-span-1 hidden md:block'>
</div>
</div>
</div>


Expand Down

0 comments on commit 565b5f0

Please sign in to comment.