Skip to content

Commit

Permalink
centered
Browse files Browse the repository at this point in the history
  • Loading branch information
eelkus01 committed Jun 26, 2024
1 parent 3116dc9 commit 13d7b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/ballotInfo/[candidate].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export default function Candidate() {
<div className="grid grid-cols-1 py-4">
<div className="flex justify-center p-4 md:col-span-3">

<div className="flex w-full flex-col gap-4 md:flex-row md:justify-between md:items-center">
<div className="flex w-full flex-col gap-4 md:flex-row md:justify-center md:items-center">
<div className="flex gap-4 flex-col md:flex-row">
{/* Candidate image */}
<div className="flex justify-center items-center h-full">
Expand Down

0 comments on commit 13d7b69

Please sign in to comment.