fix: suffix message for course card instructor

This commit is contained in:
Jannat Patel
2022-02-10 12:59:31 +05:30
parent 6ee1413996
commit 6200b6a4b0
4 changed files with 14 additions and 10 deletions

View File

@@ -9,7 +9,7 @@
--text-2xl: 20px;
--text-3xl: 22px;
--text-4xl: 44px;
--navbar-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08)
--navbar-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08);
--gray-750: #505A62;
}
@@ -107,6 +107,7 @@ input[type=checkbox] {
.course-card-meta {
margin: 0.75rem 0 0.5rem;
font-size: 14px;
color: var(--gray-600);
}
.course-card-meta-2 {
@@ -157,6 +158,7 @@ input[type=checkbox] {
.course-instructor {
margin-left: 0.625rem;
font-size: 0.875rem;
color: var(--gray-750);
}
.course-student-count {