Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
polamoros committed Aug 11, 2023
1 parent a76e6db commit f51ec36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/VoteItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const VoteItem = ({
</h3>

<div
className="relative h-36 mx-auto rounded-b-lg truncate border-t-2 border-slate-500 bg-sky-100"
className="relative h-40 mx-auto rounded-b-lg truncate border-t-2 border-slate-500 bg-sky-100"
style={rotateStyle}
>
<div className="absolute inset-0 flex items-center justify-center opacity-50">
Expand Down

0 comments on commit f51ec36

Please sign in to comment.