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 5f89c80 commit 568d978Copy full SHA for 568d978
src/components/cards/challenge/_partials/Learning.tsx
@@ -23,7 +23,7 @@ export default function Learning({ title, description, link }: LearningProps): J
23
const { t } = useTranslation();
24
25
return (
26
- <div className="flex flex-col gap-3 relative md:w-1/2s p-6 divide-y sm:divide-y-0 sm:divide-x divide-gray-200 rounded-3xl group text-gray-700 sm:p-7 border-solid border border-gray-200">
+ <div className="flex flex-col gap-3 relative p-6 divide-y sm:divide-y-0 sm:divide-x divide-gray-200 rounded-3xl group text-gray-700 sm:p-7 border-solid border border-gray-200">
27
<div className="flex flex-col justify-between w-full sm:pb-0">
28
<div className="flex flex-col">
29
<div className="text-lg font-medium leading-normal text-gray-900">{title}</div>
0 commit comments