feat: description in class card

This commit is contained in:
Jannat Patel
2023-06-26 13:00:45 +05:30
parent 99f1a8dfc3
commit 8353aa24f3
3 changed files with 22 additions and 6 deletions

View File

@@ -378,12 +378,14 @@ input[type=checkbox] {
}
.short-introduction {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
width: 100%;
overflow: hidden;
white-space: nowrap;
margin-bottom: 1.25rem;
}
.card-divider {