Skip to content

Commit 73170b8

Browse files
style: flex items on tablet screens
1 parent b69cccb commit 73170b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/cards/LearningModule.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export function LearningModuleCard({ data }: { data: LearningModule }): JSX.Elem
3434

3535
return (
3636
<div className="flex flex-col content-start w-full p-8 rounded-3xl group text-gray-700 border-solid border border-gray-200 gap-8">
37-
<div className="flex text-xs items-center justify-between">
37+
<div className="flex flex-wrap gap-2 text-xs items-center justify-between">
3838
<div className="gap-2 flex items-center">
3939
<div className="h-4.5 w-4.5 rounded-sm" style={{ backgroundColor: colors?.primary }} />
4040
<span className="uppercase font-semibold">{t("communities.card.module")}</span>

0 commit comments

Comments
 (0)