Skip to content

Commit

Permalink
feat: updated course catalog pills w resp. design
Browse files Browse the repository at this point in the history
fix:  correct catalog course card

fix: removed full-width course-catalog-pills
  • Loading branch information
MillerSenior authored and jtucholski committed Sep 4, 2024
1 parent 4056dab commit 045c427
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/Components/CatalogCourseCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,10 @@ export default function CatalogCourseCard({
<p className="body-small line-clamp-2">
{course.description}
</p>
<div className="flex flex-wrap py-1 mt-2 space-y-2">
{/*<div className="flex flex-col sm:flex-row flex-wrap py-1 mt-2 gap-2">*/}
{/* {programPill} {outcomePills}*/}
{/*</div>*/}
<div className="flex flex-col sm:flex-row flex-wrap py-1 mt-2 space-y-2 sm:space-y-0 sm:gap-2">
{programPill} {outcomePills}
</div>
</div>
Expand Down

0 comments on commit 045c427

Please sign in to comment.