We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41ca99 commit 5c6af12Copy full SHA for 5c6af12
src/components/cards/Bounty.tsx
@@ -58,7 +58,7 @@ export default function BountyCard({ bounty }: BountyProps): ReactElement {
58
59
return (
60
<div className="p-5 flex md:flex-row-reverse md:space-x-5 px-5 min-h-32 md:h-auto md:w-full justify-between hover:bg-secondary relative">
61
- <div className="bg-theme-accent flex-col w-full h-full justify-between md:-space-y-1 pl-3 pr-5 mt-7 mb-5">
+ <div className="bg-theme-accent flex-col w-full h-full justify-between md:-space-y-1 pl-3 pr-5 my-5">
62
<Component className="relative w-full block" href={link}>
63
<div className="font-medium text-md md:pt-1.5">{bounty.course ? bounty.course.name : bounty.name}</div>
64
</Component>
0 commit comments