We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d7f332 + d00c3a7 commit a6a46aaCopy full SHA for a6a46aa
1 file changed
src/components/Card.tsx
@@ -97,7 +97,7 @@ const Card = ({ paper, onSelect, isSelected }: CardProps) => {
97
</div>
98
</Link>
99
100
- <div className="hidden items-center justify-between gap-2 px-4 pb-4 font-play md:flex">
+ <div className="flex items-center justify-between gap-2 px-4 pb-4 font-play">
101
<div className="flex items-center gap-2">
102
<input
103
checked={checked}
0 commit comments