Skip to content

Commit 568d978

Browse files
committed
refactor: remove unused width class
1 parent 5f89c80 commit 568d978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/cards/challenge/_partials/Learning.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function Learning({ title, description, link }: LearningProps): J
2323
const { t } = useTranslation();
2424

2525
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">
26+
<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">
2727
<div className="flex flex-col justify-between w-full sm:pb-0">
2828
<div className="flex flex-col">
2929
<div className="text-lg font-medium leading-normal text-gray-900">{title}</div>

0 commit comments

Comments
 (0)