refactor: refactor structures
This commit is contained in:
@@ -33,11 +33,11 @@ function CourseCard({ course, image }) {
|
||||
|
||||
{/* Content */}
|
||||
<Card.Content className="px-5 py-5">
|
||||
<h3 className="mb-3 text-xl font-medium leading-tight text-gray-900">
|
||||
<h3 className="mb-3 text-xl font-bold leading-tight text-gray-900">
|
||||
{title}
|
||||
</h3>
|
||||
|
||||
<p className="line-clamp-2 text-lg leading-8 text-gray-700">
|
||||
<p className="line-clamp-2 text-md leading-8 text-gray-700">
|
||||
{description}
|
||||
</p>
|
||||
</Card.Content>
|
||||
|
||||
Reference in New Issue
Block a user